ArtifactCache constructor
ArtifactCache({
- required Directory cacheDir,
- ArtifactInstaller? installer,
Implementation
ArtifactCache({required this.cacheDir, this.installer});