GateViolation constructor

const GateViolation(
  1. String ruleId,
  2. GateViolationKind kind,
  3. String message
)

Creates a GateViolation.

Implementation

const GateViolation(this.ruleId, this.kind, this.message);