GetCommunityBans constructor

const GetCommunityBans({
  1. @JsonKey.new(name: 'community_id') required int communityId,
  2. required String auth,
})

Implementation

const factory GetCommunityBans({@JsonKey(name: 'community_id') required int communityId, required String auth}) = _GetCommunityBans;