Skip to content

Instantly share code, notes, and snippets.

@Pacane
Created February 6, 2019 20:43
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 Pacane/dc027989b540995c922303d89387e4c3 to your computer and use it in GitHub Desktop.
Save Pacane/dc027989b540995c922303d89387e4c3 to your computer and use it in GitHub Desktop.
void thing(Map<String, dynamic> json) {
// Do something with it.
}
void main() {
var a = {};
thing(a);
print('Hey!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment