menu
oneapp_sdk package
documentation
profile/UpdateProfileModel.dart
UpdateProfileModel
UpdateProfileModel.new constructor
UpdateProfileModel.new constructor
dark_mode
light_mode
UpdateProfileModel
constructor
UpdateProfileModel
(
{
required
String
responseCode
,
required
String
message
,
})
Implementation
UpdateProfileModel({ required this.responseCode, required this.message, });
oneapp_sdk package
documentation
profile/UpdateProfileModel
UpdateProfileModel
UpdateProfileModel.new constructor
UpdateProfileModel class