packageConfig property

PackageConfig packageConfig

The .dart_tool/package_config.json package-config of this entrypoint.

Lazily initialized. Will throw DataError when initializing if the .dart_tool/packageConfig.json file doesn't exist or has a bad format .

Implementation

PackageConfig get packageConfig =>
    _packageConfig ??= _loadPackageConfig(packageConfigPath);