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