isEmpty property
Whether the query is empty / trivial (should return no results).
Implementation
bool get isEmpty => rawQuery.trim().isEmpty;
Whether the query is empty / trivial (should return no results).
bool get isEmpty => rawQuery.trim().isEmpty;