menu
sghi_core package
documentation
domain_objects/entities/user_profile.dart
UserProfile
toJson abstract method
toJson abstract method
dark_mode
light_mode
toJson
abstract method
Map
<
String
,
dynamic
>
toJson
(
)
inherited
Serializes this UserProfile to a JSON map.
Implementation
Map<String, dynamic> toJson();
sghi_core package
documentation
domain_objects/entities/user_profile
UserProfile
toJson abstract method
UserProfile class