srcSourcePathParts property

  1. @override
List<String> get srcSourcePathParts

Path parts to the lib/src folder of the server package.

Implementation

@override
List<String> get srcSourcePathParts => [...libSourcePathParts, 'src'];