or method

void or()

Adds a where condition to the where clause.

Implementation

void or() => logicalOperator(LogicalOperator.or);