DataCacheConfig constructor

DataCacheConfig({
  1. bool? dataCacheEnabled,
})

Implementation

DataCacheConfig({
  this.dataCacheEnabled,
});