root static method
Creates an ID for the given root package.
Implementation
static PackageId root(Package package) => PackageId(
package.name,
package.version,
ResolvedRootDescription(RootDescription(package.dir)),
);
Creates an ID for the given root package.
static PackageId root(Package package) => PackageId(
package.name,
package.version,
ResolvedRootDescription(RootDescription(package.dir)),
);