ModEventMute constructor
- @JsonSerializable(includeIfNull: false)
const
ModEventMute(
{ - @Default('tools.ozone.moderation.defs#modEventMute') String $type,
- required int durationInHours,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory ModEventMute({
@Default('tools.ozone.moderation.defs#modEventMute') String $type,
String? comment,
/// Indicates how long the subject should remain muted.
required int durationInHours,
Map<String, dynamic>? $unknown,
}) = _ModEventMute;