hasResults property

bool get hasResults

Whether the search returned any results

Implementation

bool get hasResults => totalResults > 0;