responseFactory method
Deserializes the JSON response into the expected type.
Implementation
@override
GetCommunityBansResponse responseFactory(Map<String, dynamic> json) => GetCommunityBansResponse.fromJson(json);
Deserializes the JSON response into the expected type.
@override
GetCommunityBansResponse responseFactory(Map<String, dynamic> json) => GetCommunityBansResponse.fromJson(json);