menu
ai_app package
documentation
models/user_model.dart
UserModel
UserModel.new constructor
UserModel.new constructor
dark_mode
light_mode
UserModel
constructor
UserModel
(
{
int
id
=
0
,
String
userPayloadId
=
""
,
String
firstName
=
""
,
String
lastName
=
""
,
})
Implementation
UserModel({ this.id = 0, this.userPayloadId = "", this.firstName = "", this.lastName = "", });
ai_app package
documentation
models/user_model
UserModel
UserModel.new constructor
UserModel class