hasResults property
bool
get
hasResults
Whether the search returned any results
Implementation
bool get hasResults => totalResults > 0;
Whether the search returned any results
bool get hasResults => totalResults > 0;