WhileStatement constructor
WhileStatement(
- Expression condition,
- Statement body
Implementation
WhileStatement(this.condition, this.body);
WhileStatement(this.condition, this.body);