GetCommentReplyResponse.fromJson constructor

GetCommentReplyResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GetCommentReplyResponse.fromJson(Map<String, dynamic> json) => _$GetCommentReplyResponseFromJson(json);