Created
March 13, 2022 14:40
-
-
Save Deleplace/93491384ea247bb35dc5cdce9fe223d9 to your computer and use it in GitHub Desktop.
Print a map
This file contains hidden or 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 | |
}; | |
print(m); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment