PostCategory.fromJson constructor

PostCategory.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory PostCategory.fromJson(Map<String, Object?> json) =>
    _$PostCategoryFromJson(json);