or method

Update or(
  1. Expression exp
)
override

Implementation

Update or(Expression exp) {
  _where = _where.or(exp);
  return this;
}