not method

QueryBuilder not()

NOT operator

Implementation

QueryBuilder not() {
  return add('NOT');
}