Skip to content

Instantly share code, notes, and snippets.

@aaronstgeorge-wf
Created February 28, 2019 23:22
Show Gist options
  • Save aaronstgeorge-wf/2899969191e1ac5fced310bfc15cead3 to your computer and use it in GitHub Desktop.
Save aaronstgeorge-wf/2899969191e1ac5fced310bfc15cead3 to your computer and use it in GitHub Desktop.
class A {
Function(dynamic _) thing;
}
void main() {
A()..thing = (int i) => i;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment