Block constructor

const Block(
  1. List<AstNode> statements
)

Implementation

const Block(this.statements);