ModEventComment constructor
- @JsonSerializable.new(includeIfNull: false)
const
ModEventComment(
{ - @Default.new('tools.ozone.moderation.defs#modEventComment') String $type,
- bool? sticky,
- Map<String, dynamic>? $unknown,
})
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;