Skip to content

Instantly share code, notes, and snippets.

@goderbauer
Created January 16, 2020 18:39
Show Gist options
  • Select an option

  • Save goderbauer/ed41bd0c9b87802c42701569278fcbad to your computer and use it in GitHub Desktop.

Select an option

Save goderbauer/ed41bd0c9b87802c42701569278fcbad to your computer and use it in GitHub Desktop.
class Foo {
bool get foo => true;
}
class Bar extends Foo {
Bar(this.foo);
@override
final bool foo;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment