WhileLoopStatement.init constructor
WhileLoopStatement.init(
- bool isDoWhile,
- DartBlockBooleanExpression condition,
- List<
Statement> bodyStatements
Implementation
WhileLoopStatement.init(this.isDoWhile, this.condition, this.bodyStatements)
: super.init(StatementType.whileLoopStatement);