PubGlobalGitPackageInstall constructor
PubGlobalGitPackageInstall(})
Global package from git.
Implementation
PubGlobalGitPackageInstall(
super.name, {
super.version,
required this.gitUrl,
this.gitPath,
this.gitRef,
}) {
_source = gitUrl;
}