isLoadedCached property

bool get isLoadedCached

Checks if an item has been loaded from the cache.

Implementation

bool get isLoadedCached => ResultStatus.loadedCached == resultStatus;