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