IfRule constructor
IfRule(
- Iterable<
IfClause> clauses, - FileSpan span, {
- ElseClause? lastClause,
Implementation
IfRule(Iterable<IfClause> clauses, this.span, {this.lastClause})
: clauses = List.unmodifiable(clauses);