ModEventEmail constructor
- @JsonSerializable(includeIfNull: false)
const
ModEventEmail(
{ - @Default('tools.ozone.moderation.defs#modEventEmail') String $type,
- required String subjectLine,
- String? content,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory ModEventEmail({
@Default('tools.ozone.moderation.defs#modEventEmail') String $type,
/// The subject line of the email sent to the user.
required String subjectLine,
/// The content of the email sent to the user.
String? content,
/// Additional comment about the outgoing comm.
String? comment,
Map<String, dynamic>? $unknown,
}) = _ModEventEmail;