ForLoopStmt constructor
ForLoopStmt(})
Implementation
ForLoopStmt(
this.token, {
required this.control,
required this.endExpr,
required this.stepExpr,
required this.body,
});
ForLoopStmt(
this.token, {
required this.control,
required this.endExpr,
required this.stepExpr,
required this.body,
});