libPath property

String get libPath

Returns the full path to the lib/ folder inside the project.

Implementation

String get libPath => p.join(path, 'lib');