PythonRepository constructor

PythonRepository({
  1. GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigPythonRepositoryCustomRepository? customRepository,
  2. String? publicRepository,
})

Implementation

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