generatedDartClientModelPathParts property

List<String> get generatedDartClientModelPathParts

The path parts to the protocol directory in the dart client package.

Implementation

List<String> get generatedDartClientModelPathParts => [
  ...clientPackagePathParts,
  'lib',
  'src',
  'protocol',
];