libPath property
String
get
libPath
Returns the path to the lib directory.
Implementation
String get libPath => p.join(projectPath, 'lib');
Returns the path to the lib directory.
String get libPath => p.join(projectPath, 'lib');