menu
app_essentials
user_model
User
User constructor
User
brightness_4
brightness_5
User
constructor
User
(
{
String
?
name
,
String
?
email
,
int
?
id
,
bool
verified
=
false
}
)
Implementation
User({this.name, this.email, this.id, this.verified = false});
app_essentials
user_model
User
User constructor
User class
Constructors
User
fromJson
Properties
email
hashCode
id
name
runtimeType
verified
Methods
noSuchMethod
toJson
toString
Operators
operator ==