GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryPublicRepository.fromJson constructor

GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryPublicRepository.fromJson(
  1. Map json_
)

Implementation

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