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