not function

Implementation

QueryPredicateGroup not(QueryPredicate predicate) {
  return QueryPredicateGroup(QueryPredicateGroupType.not, [predicate]);
}