libPath property
String
get
libPath
Returns the full path to the lib/
folder inside the project.
Implementation
String get libPath => p.join(path, 'lib');
Returns the full path to the lib/
folder inside the project.
String get libPath => p.join(path, 'lib');