libSourcePathParts property

List<String> get libSourcePathParts

Path parts to the lib folder of the server package.

Implementation

List<String> get libSourcePathParts =>
    [...serverPackageDirectoryPathParts, 'lib'];