ModuleResolver constructor

ModuleResolver({
  1. ContentAddressableCache? cache,
  2. Client? httpClient,
  3. RegistryResolver? registryResolver,
  4. String? basePath,
})

Implementation

ModuleResolver({
  ContentAddressableCache? cache,
  this.httpClient,
  this.registryResolver,
  this.basePath,
}) : cache = cache ?? ContentAddressableCache();