not property

K not

Applies the NOT operator

Implementation

K get not {
  _previousFilter += " NOT";
  return this as K;
}