PubGlobalGitPackage constructor

PubGlobalGitPackage(
  1. String name, {
  2. Version? version,
})

Global package from git.

Implementation

PubGlobalGitPackage(super.name, {super.version});