ProjectCache constructor

ProjectCache({
  1. required CacheType type,
  2. String? location,
  3. List<CacheMode>? modes,
})

Implementation

ProjectCache({
  required this.type,
  this.location,
  this.modes,
});