ManagerCacheOption constructor

const ManagerCacheOption({
  1. required Duration cacheTime,
  2. bool useCache = true,
})

Implementation

const ManagerCacheOption({
  required this.cacheTime,
  this.useCache = true,
});