IfElseStatement constructor
IfElseStatement(
- DartBlockBooleanExpression ifCondition,
- StatementBlock ifThenStatementBlock,
- List<
(DartBlockBooleanExpression, StatementBlock)> elseIfStatementBlocks, - StatementBlock elseStatementBlock,
- StatementType statementType,
- String statementId,
Implementation
IfElseStatement(
this.ifCondition,
this.ifThenStatementBlock,
this.elseIfStatementBlocks,
this.elseStatementBlock,
super.statementType,
super.statementId,
);