GetCommentReplyResponse constructor

const GetCommentReplyResponse({
  1. @JsonKey.new(name: 'comment_reply_view') required CommentReplyView commentReplyView,
})

Implementation

const factory GetCommentReplyResponse({@JsonKey(name: 'comment_reply_view') required CommentReplyView commentReplyView}) = _GetCommentReplyResponse;