Skip to content

Instantly share code, notes, and snippets.

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