CommunityUnban constructor
const
CommunityUnban({})
Implementation
const factory CommunityUnban({@JsonKey(name: 'community_id') required int communityId, @JsonKey(name: 'user_id') required int userId, required String auth}) = _CommunityUnban;