Query constructor

Query(
  1. String sql,
  2. List<ListParameter> listParameters
)

Implementation

Query(this.sql, this.listParameters);