isLoadedAny property

bool get isLoadedAny

Checks if any item has been loaded (either from network or cache).

Implementation

bool get isLoadedAny =>
    [ResultStatus.loaded, ResultStatus.loadedCached].contains(resultStatus);