userCommunityRelationshipListToJson function

String userCommunityRelationshipListToJson(
  1. UserCommunityRelationshipList data
)

Implementation

String userCommunityRelationshipListToJson(
        final UserCommunityRelationshipList data) =>
    json.encode(data.toJson());