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