IndexLookupPlan constructor

IndexLookupPlan(
  1. String table,
  2. String column,
  3. dynamic value,
  4. Expr? extraFilter,
)

Implementation

IndexLookupPlan(this.table, this.column, this.value, this.extraFilter);