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