StorageConfig constructor

const StorageConfig({
  1. String? cachePath,
  2. String? filesPath,
})

Implementation

const StorageConfig({
  this.cachePath,
  this.filesPath,
});