menu
leetcode_api_dart package
documentation
models/user_profile.dart
UserProfile
UserProfile.fromJson factory constructor
UserProfile.fromJson factory constructor
dark_mode
light_mode
UserProfile.fromJson
constructor
UserProfile.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory UserProfile.fromJson(Map<String, Object?> json) => _$UserProfileFromJson(json);
leetcode_api_dart package
documentation
models/user_profile
UserProfile
UserProfile.fromJson factory constructor
UserProfile class