Skip to content

Instantly share code, notes, and snippets.

@maffan91
Created September 15, 2019 12:55
Show Gist options
  • Save maffan91/296cb0ffce668066c1148e51bf08eb57 to your computer and use it in GitHub Desktop.
Save maffan91/296cb0ffce668066c1148e51bf08eb57 to your computer and use it in GitHub Desktop.
class ProfileArguments {
final String name;
final String email;
ProfileArguments({this.name, this.email});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment