ModEventComment constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory ModEventComment({
@Default('tools.ozone.moderation.defs#modEventComment') String $type,
String? comment,
/// Make the comment persistent on the subject
bool? sticky,
Map<String, dynamic>? $unknown,
}) = _ModEventComment;