ForStatement constructor
ForStatement(
- Node? init,
- Expression? condition,
- Expression? update,
- Statement body,
Implementation
ForStatement(this.init, this.condition, this.update, this.body);