isEmpty property
bool
get
isEmpty
Whether the search returned no results
Implementation
bool get isEmpty => totalResults == 0;
Whether the search returned no results
bool get isEmpty => totalResults == 0;