notInList method

WhereCondition notInList(
  1. List<T> values
)

Implementation

WhereCondition notInList(List<T> values) =>
    WhereCondition(toString(), 'NOT IN', values, sourceColumn: this);