GetCommunityBansResponse constructor
const
GetCommunityBansResponse({
- required List bans,
Implementation
const factory GetCommunityBansResponse({
required List<dynamic> bans, // Assuming list of generic ban objects for now
}) = _GetCommunityBansResponse;