root static method
Creates a range that selects the root package.
Implementation
static PackageRange root(Package package) =>
PackageRange(PackageRef.root(package), package.version);
Creates a range that selects the root package.
static PackageRange root(Package package) =>
PackageRange(PackageRef.root(package), package.version);