GateViolation constructor
const
GateViolation(
- String ruleId,
- GateViolationKind kind,
- String message
Creates a GateViolation.
Implementation
const GateViolation(this.ruleId, this.kind, this.message);