ModEventUnmuteReporter constructor

  1. @JsonSerializable(includeIfNull: false)
const ModEventUnmuteReporter({
  1. @Default('tools.ozone.moderation.defs#modEventUnmuteReporter') String $type,
  2. String? comment,
  3. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory ModEventUnmuteReporter({
  @Default('tools.ozone.moderation.defs#modEventUnmuteReporter') String $type,

  /// Describe reasoning behind the reversal.
  String? comment,

  Map<String, dynamic>? $unknown,
}) = _ModEventUnmuteReporter;