Block constructor

Block(
  1. SourceLocation location,
  2. List<Statement> statements
)

Implementation

Block(super.location, this.statements);