menu
oneapp_sdk package
documentation
profile/UpdateProfileModel.dart
UpdateProfileModel
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return { "Response_Code": responseCode, "Message": message, }; }
oneapp_sdk package
documentation
profile/UpdateProfileModel
UpdateProfileModel
toJson method
UpdateProfileModel class