StatementBlock constructor
StatementBlock(
- List<
Statement> statements, - StatementType statementType,
- String statementId,
- bool isIsolated,
Implementation
StatementBlock(
this.statements,
super.statementType,
super.statementId,
super.isIsolated,
);