Skip to content

Instantly share code, notes, and snippets.

@Deleplace
Created July 22, 2023 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Deleplace/757d1cde7ee373047f6272949667f7c5 to your computer and use it in GitHub Desktop.
Save Deleplace/757d1cde7ee373047f6272949667f7c5 to your computer and use it in GitHub Desktop.
poetic-neutron-6668
void main() {
var m = {
"one": 1,
"two": 2
};
final k = m.keys;
print(k);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment