generatedServerEndpointDescriptionFilePathParts property

List<String> get generatedServerEndpointDescriptionFilePathParts

The path parts of the generated protocol file.

Implementation

List<String> get generatedServerEndpointDescriptionFilePathParts => [
  ...generatedServeModelPathParts,
  'protocol.yaml',
];