or property

Where get or

Implementation

Where get or => add(
      Where(
        this.column,
        boolOperator: 'OR',
      ),
    );