PythonRepository constructor

PythonRepository({
  1. String? publicRepository,
})

Implementation

PythonRepository({
  this.publicRepository,
});