PubGlobalPathPackageInstall constructor

PubGlobalPathPackageInstall(
  1. String name, {
  2. Version? version,
  3. required String path,
})

Global package from git.

Implementation

PubGlobalPathPackageInstall(super.name, {super.version, required this.path}) {
  _source = path;
}