communityResponseFromJson function

CommunityResponse communityResponseFromJson(
  1. String str
)

Implementation

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