MavenRepository constructor

MavenRepository({
  1. GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigMavenRepositoryCustomRepository? customRepository,
  2. String? publicRepository,
})

Implementation

MavenRepository({
  this.customRepository,
  this.publicRepository,
});