pathToLibDir property
String
get
pathToLibDir
Absolute path to the project's 'lib' directory.
Implementation
String get pathToLibDir => truepath(_pathToProjectRoot, 'lib');
Absolute path to the project's 'lib' directory.
String get pathToLibDir => truepath(_pathToProjectRoot, 'lib');