SelectQuery<TModel extends Model> constructor

SelectQuery<TModel extends Model>(
  1. String table,
  2. Iterable<String> columnsAllowed
)

Implementation

SelectQuery(this.table, this.columnsAllowed);