Creates a new Community object from a JSON Map.
factory Community.fromJson(Map<String, dynamic> json) => _$CommunityFromJson(json);