or method

void or(
  1. QueryWhere other
)

Implementation

void or(QueryWhere other) {
  _or.add(other);
}