PyPiRepositoryConfig constructor

PyPiRepositoryConfig({
  1. String? pypiRepository,
})

Implementation

PyPiRepositoryConfig({
  this.pypiRepository,
});