or method
Adds an 'or' expression
to 'where' clause.
Implementation
Find or(Expression expression) {
_where = _where.or(expression);
return this;
}
Adds an 'or' expression
to 'where' clause.
Find or(Expression expression) {
_where = _where.or(expression);
return this;
}