GetCommentReplyResponse constructor
const
GetCommentReplyResponse({
- @JsonKey.new(name: 'comment_reply_view') required CommentReplyView commentReplyView,
Implementation
const factory GetCommentReplyResponse({@JsonKey(name: 'comment_reply_view') required CommentReplyView commentReplyView}) = _GetCommentReplyResponse;