ModRemoveComment constructor
const
ModRemoveComment({})
Implementation
const factory ModRemoveComment({
required int id,
@JsonKey(name: 'mod_person_id') int? modPersonId,
@JsonKey(name: 'comment_id') int? commentId,
String? reason,
required bool removed,
@JsonKey(name: 'when_') required DateTime when,
}) = _ModRemoveComment;