or method

Implementation

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