ForRangeStmt constructor
ForRangeStmt(})
Implementation
ForRangeStmt(
this.iterator,
this.collection,
this.loop, {
this.hasBracket = false,
this.iterateValue = false,
super.isStatement = true,
super.hasEndOfStmtMark = false,
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(Semantic.forInStmt);