or method

Remove or(
  1. Expression exp
)
override

Implementation

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