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