isLoadedAny property

bool get isLoadedAny

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

Implementation

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