noItemsFound property

bool noItemsFound

set to true if no data was found

Implementation

bool get noItemsFound =>
    this._loadedItems!.length == 0 && this.hasMoreItems == false;