menu
app_essentials package
documentation
core/model/user_model.dart
User
User.new constructor
User.new constructor
dark_mode
light_mode
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 package
documentation
core/model/user_model
User
User.new constructor
User class