NpmRepository constructor

NpmRepository({
  1. GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigNpmRepositoryCustomRepository? customRepository,
  2. String? publicRepository,
})

Implementation

NpmRepository({
  this.customRepository,
  this.publicRepository,
});