ModEventAcknowledge constructor
- @JsonSerializable(includeIfNull: false)
const
ModEventAcknowledge(
{ - @Default('tools.ozone.moderation.defs#modEventAcknowledge') String $type,
- bool? acknowledgeAccountSubjects,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory ModEventAcknowledge({
@Default('tools.ozone.moderation.defs#modEventAcknowledge') String $type,
String? comment,
/// If true, all other reports on content authored by this account will be resolved (acknowledged).
bool? acknowledgeAccountSubjects,
Map<String, dynamic>? $unknown,
}) = _ModEventAcknowledge;