SupportsRule constructor
SupportsRule(
- SupportsCondition condition,
- Iterable<
Statement> children, - FileSpan span
Implementation
SupportsRule(this.condition, Iterable<Statement> children, this.span)
: super(List.unmodifiable(children));