Skip to content

Instantly share code, notes, and snippets.

@rjlutz
Created June 10, 2020 15:00
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 rjlutz/0908111f29474b706a6771b0751aa767 to your computer and use it in GitHub Desktop.
Save rjlutz/0908111f29474b706a6771b0751aa767 to your computer and use it in GitHub Desktop.
Thorns Roses in Flutter
class Student {
final String name;
bool hidden;
Student(this.name, this.hidden);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment