isEmpty property

bool get isEmpty

Whether the query is empty / trivial (should return no results).

Implementation

bool get isEmpty => rawQuery.trim().isEmpty;