menu
mirrorfly_plugin package
documentation
internal_models/get_user_profile_model.dart
ProfileModel
ProfileModel constructor
ProfileModel constructor
dark_mode
light_mode
ProfileModel
constructor
ProfileModel
(
{
Profile
?
data
,
bool
?
status
,
})
Constructs an instance of
ProfileModel
.
Implementation
ProfileModel({ this.data, this.status, });
mirrorfly_plugin package
documentation
internal_models/get_user_profile_model
ProfileModel
ProfileModel constructor
ProfileModel class