hasHaving method

bool hasHaving()

Checks if the query has any HAVING conditions.

Implementation

bool hasHaving() {
  return _having.isNotEmpty;
}