libDirectory property
Directory
get
libDirectory
Lib directory of the Dart package, the entry of all libraries.
Implementation
Directory get libDirectory => directory(['lib']);
Lib directory of the Dart package, the entry of all libraries.
Directory get libDirectory => directory(['lib']);