StatementBlock constructor

StatementBlock(
  1. List<Statement> statements,
  2. StatementType statementType,
  3. String statementId,
  4. bool isIsolated,
)

Implementation

StatementBlock(
  this.statements,
  super.statementType,
  super.statementId,
  super.isIsolated,
);