communityResponseToJson function

String communityResponseToJson(
  1. CommunityResponse data
)

Implementation

String communityResponseToJson(CommunityResponse data) =>
    json.encode(data.toJson());