root static method
Creates a reference to the given root package.
Implementation
static PackageRef root(Package package) =>
PackageRef(package.name, RootDescription(package.dir));
Creates a reference to the given root package.
static PackageRef root(Package package) =>
PackageRef(package.name, RootDescription(package.dir));