ModRemoveCommentView constructor
const
ModRemoveCommentView({})
Implementation
const factory ModRemoveCommentView({
@JsonKey(name: 'mod_remove_comment') required ModRemoveComment modRemoveComment,
Person? moderator,
Comment? comment,
Person? commenter,
Post? post,
Community? community,
}) = _ModRemoveCommentView;