ArtifactCache constructor

ArtifactCache({
  1. required Directory cacheDir,
  2. ArtifactInstaller? installer,
})

Implementation

ArtifactCache({required this.cacheDir, this.installer});