or method

QueryBuilder<OBJ, R, QWhereClause> or()

Implementation

QueryBuilder<OBJ, R, QWhereClause> or() {
  return copyWith();
}