relativeProtocolSourcePathParts property

  1. @override
List<String> get relativeProtocolSourcePathParts

Relative path parts to the protocol directory

Implementation

@override
List<String> get relativeProtocolSourcePathParts => [
  'lib',
  'src',
  'protocol',
];