cacheItems property
if true, once all items are loaded, filtering is applied on cached items (no need to re call the API to get items) cacheItems and disableFilter could not be both true
Implementation
final bool cacheItems;
if true, once all items are loaded, filtering is applied on cached items (no need to re call the API to get items) cacheItems and disableFilter could not be both true
final bool cacheItems;