not method

void not(
  1. QueryWhere other
)

Implementation

void not(QueryWhere other) {
  _not.add(other);
}