BlockStmt constructor
BlockStmt(})
Implementation
BlockStmt(
this.statements, {
this.isCodeBlock = true,
// super.isAsync = false,
this.id,
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(Semantic.blockStmt);