NpmRepository constructor

NpmRepository({
  1. String? publicRepository,
})

Implementation

NpmRepository({
  this.publicRepository,
});