menu
fb_core package
documentation
models/_models.dart
PostCategory
PostCategory.fromJson factory constructor
PostCategory.fromJson factory constructor
dark_mode
light_mode
PostCategory.fromJson
constructor
PostCategory.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory PostCategory.fromJson(Map<String, Object?> json) => _$PostCategoryFromJson(json);
fb_core package
documentation
models/_models
PostCategory
PostCategory.fromJson factory constructor
PostCategory class