isCached property
bool
get
isCached
Whether this entrypoint exists within the package cache.
Implementation
bool get isCached => p.isWithin(cache.rootDir, workingDir);
Whether this entrypoint exists within the package cache.
bool get isCached => p.isWithin(cache.rootDir, workingDir);