WhileLoopStatement constructor
WhileLoopStatement(
- bool isDoWhile,
- DartBlockBooleanExpression condition,
- List<
Statement> bodyStatements, - StatementType statementType,
- String statementId,
- bool isIsolated,
Implementation
WhileLoopStatement(
this.isDoWhile,
this.condition,
this.bodyStatements,
super.statementType,
super.statementId,
super.isIsolated,
);