DebugRule constructor

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

Implementation

DebugRule(this.expression, this.span);