Skip to content

Instantly share code, notes, and snippets.

@osharaki
Created September 26, 2022 12:59
Show Gist options
  • Save osharaki/b298a6b67503b145215f6db594bfc209 to your computer and use it in GitHub Desktop.
Save osharaki/b298a6b67503b145215f6db594bfc209 to your computer and use it in GitHub Desktop.
sparkling-durian-3398

sparkling-durian-3398

Created with <3 with dartpad.dev.

void main() {
final myMap ={"foo":1};
print(myMap["bar"]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment