factory CommunityData.fromJson(Map<String, dynamic> json) => CommunityData( id: json["id"], communityName: json["community_name"], );