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