BlockStatement constructor

BlockStatement(
  1. List<Statement> body
)

Implementation

BlockStatement(this.body);