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