Created
March 13, 2022 14:39
-
-
Save Deleplace/0f8a52c05f2d5dc2cbefa5f57245eac1 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 x = { | |
"one": 1, | |
"two": 2 | |
}; | |
print(x); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment