Block constructor

Block(
  1. List<CrudStatement> statements
)

Implementation

Block(this.statements);