isLoadedCached property

bool get isLoadedCached

Checks if the list was loaded from cached data.

Implementation

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