StmtList constructor

const StmtList(
  1. List<Statement> statements
)

Implementation

const StmtList(this.statements);