or method
void
or()
Adds a where condition to the where clause.
Implementation
void or() => logicalOperator(LogicalOperator.or);
Adds a where condition to the where clause.
void or() => logicalOperator(LogicalOperator.or);