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