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