Skip to content

Instantly share code, notes, and snippets.

@utkarsh-UK
Last active November 22, 2020 18:44
Show Gist options
  • Save utkarsh-UK/b04b11087bab29c9a77a78244842194b to your computer and use it in GitHub Desktop.
Save utkarsh-UK/b04b11087bab29c9a77a78244842194b to your computer and use it in GitHub Desktop.
class CacheUserModel {
final String email;
final String name;
final String phone;
final String role;
CacheUserModel(this.email, this.name, this.phone, this.role);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment