or method

Query<T> or(
  1. Where where
)

Implementation

Query<T> or(Where where) => add(where..boolOperator = 'OR');