ModEventEscalate constructor

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

Implementation

@JsonSerializable(includeIfNull: false)
const factory ModEventEscalate({
  @Default('tools.ozone.moderation.defs#modEventEscalate') String $type,
  String? comment,

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