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