RemoteRepositoryConfig constructor

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

Implementation

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