Skip to content

Instantly share code, notes, and snippets.

@vaygeth89
Created October 16, 2021 05:02
Show Gist options
  • Save vaygeth89/23e9cd6259b7a92f2699e709d8f5f286 to your computer and use it in GitHub Desktop.
Save vaygeth89/23e9cd6259b7a92f2699e709d8f5f286 to your computer and use it in GitHub Desktop.
class SignIn {
final String email;
final String password;
SignIn({
required this.email,
required this.password,
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment