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