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