Block constructor

Block(
  1. List<Stmt> statements
)

Implementation

Block(this.statements, );