Skip to content

Instantly share code, notes, and snippets.

@Deleplace
Created March 13, 2022 14:40
Show Gist options
  • Save Deleplace/93491384ea247bb35dc5cdce9fe223d9 to your computer and use it in GitHub Desktop.
Save Deleplace/93491384ea247bb35dc5cdce9fe223d9 to your computer and use it in GitHub Desktop.
Print a map
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