ErrorRule constructor

ErrorRule(
  1. Expression expression,
  2. FileSpan span
)

Implementation

ErrorRule(this.expression, this.span);