protocolSourcePathParts property

List<String> get protocolSourcePathParts

Path parts to the protocol directory of the server package.

Implementation

List<String> get protocolSourcePathParts =>
    [...serverPackageDirectoryPathParts, 'lib', 'src', 'protocol'];