hasWhere method

bool hasWhere()

Checks if the query has any WHERE conditions.

Implementation

bool hasWhere() {
  return _where.isNotEmpty;
}