scopeKeyProjectRoot property

ScopeKey<String> scopeKeyProjectRoot
final

Inject this scope key to overload the projectRoot for unit testing.

Implementation

static final scopeKeyProjectRoot =
    ScopeKey<String>.withDefault(DartProject.self.pathToProjectRoot);