protocolSourcePathParts property

  1. @override
List<String> get protocolSourcePathParts

Path parts to the lib/src/protocol directory of the server package.

Implementation

@override
List<String> get protocolSourcePathParts =>
    [...serverPackageDirectoryPathParts, ...relativeProtocolSourcePathParts];