SupportsRule constructor

SupportsRule(
  1. SupportsCondition condition,
  2. Iterable<Statement> children,
  3. FileSpan span
)

Implementation

SupportsRule(this.condition, Iterable<Statement> children, this.span)
    : super(List.unmodifiable(children));