generatedServerProtocolFilePathParts property
List<String>
get
generatedServerProtocolFilePathParts
The path parts of the generated protocol file.
Implementation
List<String> get generatedServerProtocolFilePathParts => [
...generatedServeModelPathParts,
'protocol.dart',
];