menu
sghi_core package
documentation
domain_objects/entities/user_profile.dart
UserProfile
UserProfile.fromJson factory constructor
UserProfile.fromJson factory constructor
dark_mode
light_mode
UserProfile.fromJson
constructor
UserProfile.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory UserProfile.fromJson(Map<String, dynamic> json) => _$UserProfileFromJson(json);
sghi_core package
documentation
domain_objects/entities/user_profile
UserProfile
UserProfile.fromJson factory constructor
UserProfile class