DockerRepository constructor

DockerRepository({
  1. String? publicRepository,
})

Implementation

DockerRepository({
  this.publicRepository,
});