isCached property

bool isCached

Whether this entrypoint exists within the package cache.

Implementation

bool get isCached => p.isWithin(cache.rootDir, workingDir);