isToLoadDataFromCache property

bool isToLoadDataFromCache
final

Return cached data without hitting the network (when unexpired).

Set to true together with isToCache to get instant UI updates while a background refresh may follow.

Implementation

final bool isToLoadDataFromCache;