Skip to content

Instantly share code, notes, and snippets.

@mit-mit
Created November 30, 2022 13:06
Show Gist options
  • Save mit-mit/e049129bc5215dc0e3c0bd7d3bc72f03 to your computer and use it in GitHub Desktop.
Save mit-mit/e049129bc5215dc0e3c0bd7d3bc72f03 to your computer and use it in GitHub Desktop.
keen-destiny-4798
final foo = Foo();
final bar = Bar();
class Foo {
final i = bar;
}
class Bar {}
void main() {
print('Hello with $foo and $bar');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment