WhileStatement constructor

WhileStatement(
  1. Expression condition,
  2. Statement body
)

Implementation

WhileStatement(this.condition, this.body);