RawExpr<E> constructor

RawExpr<E>(
  1. String sql, [
  2. List? parameters
])

Implementation

RawExpr(this.sql, [this.parameters]);