Skip to content

Instantly share code, notes, and snippets.

@felangel
Created January 7, 2019 03:03
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/c0c3a668de975ece2bf47d9eff323f32 to your computer and use it in GitHub Desktop.
Save felangel/c0c3a668de975ece2bf47d9eff323f32 to your computer and use it in GitHub Desktop.
[intro_equatable] Person
class Person {
final String name;
final int age;
const Person({this.name, this.age});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment