isLoadedCached property
bool
get
isLoadedCached
Checks if the list was loaded from cached data.
Implementation
bool get isLoadedCached => ResultStatus.loadedCached == resultStatus;
Checks if the list was loaded from cached data.
bool get isLoadedCached => ResultStatus.loadedCached == resultStatus;