isEmpty property

bool get isEmpty

Whether the search returned no results

Implementation

bool get isEmpty => totalResults == 0;