Skip to content

Instantly share code, notes, and snippets.

@marcossevilla
Created February 10, 2021 17:13
Show Gist options
  • Save marcossevilla/06a63f73da8a1b812b7313aabe68d563 to your computer and use it in GitHub Desktop.
Save marcossevilla/06a63f73da8a1b812b7313aabe68d563 to your computer and use it in GitHub Desktop.
class Person {
final int age;
final String name;
Person(this.age, this.name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment