ModEventUnmute constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory ModEventUnmute({
@Default('tools.ozone.moderation.defs#modEventUnmute') String $type,
/// Describe reasoning behind the reversal.
String? comment,
Map<String, dynamic>? $unknown,
}) = _ModEventUnmute;