pathToDartToolDir property

String pathToDartToolDir

Absolute path to the project's '.dart_tool' directory.

Implementation

String get pathToDartToolDir => truepath(_pathToProjectRoot, '.dart_tool');