concreteConstructor property

set concreteConstructor (PackageRepository constructor())

Implementation

static set concreteConstructor(PackageRepository Function() constructor) {
  _concreteConstructor = constructor;
}