userCommunityRelationshipListFromJson function

UserCommunityRelationshipList userCommunityRelationshipListFromJson(
  1. String str
)

Implementation

UserCommunityRelationshipList userCommunityRelationshipListFromJson(
        final String str) =>
    UserCommunityRelationshipList.fromJson(
        json.decode(str) as Map<String, dynamic>);