RemoteRepositoryConfig constructor

RemoteRepositoryConfig({
  1. AptRepository? aptRepository,
  2. String? description,
  3. DockerRepository? dockerRepository,
  4. MavenRepository? mavenRepository,
  5. NpmRepository? npmRepository,
  6. PythonRepository? pythonRepository,
  7. UpstreamCredentials? upstreamCredentials,
  8. YumRepository? yumRepository,
})

Implementation

RemoteRepositoryConfig({
  this.aptRepository,
  this.description,
  this.dockerRepository,
  this.mavenRepository,
  this.npmRepository,
  this.pythonRepository,
  this.upstreamCredentials,
  this.yumRepository,
});