PgSql.map constructor

PgSql.map(
  1. String sql, {
  2. String substitution,
})

Implementation

factory PgSql.map(String sql, {String substitution}) =
    InternalQueryDescription.map;