GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryPublicRepository constructor

GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryPublicRepository({
  1. String? repositoryBase,
  2. String? repositoryPath,
})

Implementation

GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryPublicRepository({
  this.repositoryBase,
  this.repositoryPath,
});