menu
forge_cli package
documentation
features/auth/data/models/auth_model.dart
AuthModel
AuthModel.new constructor
AuthModel.new constructor
dark_mode
light_mode
AuthModel
constructor
AuthModel
(
{
String
?
status
,
String
?
error
,
String
?
token
,
String
?
fullName
,
String
?
email
,
})
Implementation
AuthModel({ this.status, this.error, this.token, this.fullName, this.email, });
forge_cli package
documentation
features/auth/data/models/auth_model
AuthModel
AuthModel.new constructor
AuthModel class