MavenRepository constructor

MavenRepository({
  1. String? publicRepository,
})

Implementation

MavenRepository({
  this.publicRepository,
});