noItemsFound property

bool noItemsFound

set to true if no data was found

Implementation

bool get noItemsFound => _loadedItems.isEmpty && hasMoreItems == false;