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