CacheConfig constructor
const
CacheConfig({})
Implementation
const CacheConfig({
this.isToCache = false,
this.cacheDuration = const Duration(days: 3),
this.isToLoadDataFromCache = false,
this.isToRefresh = false,
this.additionCallback,
});