communityResponseFromJson function
Implementation
CommunityResponse communityResponseFromJson(String str) =>
CommunityResponse.fromJson(json.decode(str));
CommunityResponse communityResponseFromJson(String str) =>
CommunityResponse.fromJson(json.decode(str));