menu
onegini package
documentation
model/registration_response.dart
UserProfile
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => {"profileId": profileId, "isDefault": isDefault};
onegini package
documentation
model/registration_response
UserProfile
toJson method
UserProfile class