isLibraryFile method

bool isLibraryFile(
  1. String file
)

Whether file sits under the lib/ of any package in packages.

Implementation

bool isLibraryFile(String file) => libraryRoot(file) != null;