RepositoryConfig constructor

RepositoryConfig({
  1. PyPiRepositoryConfig? pypiRepositoryConfig,
})

Implementation

RepositoryConfig({
  this.pypiRepositoryConfig,
});