CommunityFeed.fromJson constructor

CommunityFeed.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CommunityFeed.fromJson(Map<String, dynamic> json) {
  return _$CommunityFeedFromJson(json);
}