Skip to content

Instantly share code, notes, and snippets.

@felangel
Created January 7, 2019 03:04
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 felangel/9415ddc40141304fba05f4914733feff to your computer and use it in GitHub Desktop.
Save felangel/9415ddc40141304fba05f4914733feff to your computer and use it in GitHub Desktop.
[intro_equatable] Person Instantiation
void main() {
final Person bob = Person(name: "Bob", age: 40);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment