addTestReflectiveLoaderPackageDep property

bool get addTestReflectiveLoaderPackageDep
inherited

Adds the 'test_reflective_loader' package as a dependency to the package-under-test.

This allows various package:test_reflective_loader/ imports to resolve.

Implementation

bool get addTestReflectiveLoaderPackageDep => false;