menu
fb_core package
documentation
models/_models.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);
fb_core package
documentation
models/_models
Author
Author.fromJson factory constructor
Author class