GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository.fromJson constructor

GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository.fromJson(
  1. Map json_
)

Implementation

GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository.fromJson(
    core.Map json_)
    : this(
        repositoryBase: json_['repositoryBase'] as core.String?,
        repositoryPath: json_['repositoryPath'] as core.String?,
      );