hasOrderBy method

bool hasOrderBy()

Checks if the query has any ORDER BY specifications.

Implementation

bool hasOrderBy() {
  return _orderBy.isNotEmpty;
}