Created with <3 with dartpad.dev.
Created
July 22, 2023 12:46
-
-
Save Deleplace/757d1cde7ee373047f6272949667f7c5 to your computer and use it in GitHub Desktop.
poetic-neutron-6668
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() { | |
var m = { | |
"one": 1, | |
"two": 2 | |
}; | |
final k = m.keys; | |
print(k); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment