orWhere method

Where orWhere(
  1. String column
)

Implementation

Where orWhere(String column) {
  final _where = Where(column);
  or(_where);

  return _where;
}