Program constructor

Program(
  1. List<Statement> body
)

Implementation

Program(this.body);