ModerationGetEventInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory ModerationGetEventInput({
required int id,
Map<String, dynamic>? $unknown,
}) = _ModerationGetEventInput;