MarkCommentAsAnswer constructor

const MarkCommentAsAnswer({
  1. @JsonKey.new(name: 'comment_reply_id') required int commentReplyId,
  2. required bool answer,
  3. required String auth,
})

Implementation

const factory MarkCommentAsAnswer({@JsonKey(name: 'comment_reply_id') required int commentReplyId, required bool answer, required String auth}) = _MarkCommentAsAnswer;