CommunityResponse.fromJson constructor

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

Implementation

factory CommunityResponse.fromJson(Map<String, dynamic> json) => _$CommunityResponseFromJson(json);