MarkCommentAsDistinguished constructor
const
MarkCommentAsDistinguished({})
Implementation
const factory MarkCommentAsDistinguished({@JsonKey(name: 'comment_reply_id') required int commentReplyId, required bool distinguished, required String auth}) = _MarkCommentAsDistinguished;