modelSourcePathParts property

  1. @override
List<String> get modelSourcePathParts

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

Implementation

@override
List<String> get modelSourcePathParts => [
  ...serverPackageDirectoryPathParts,
  ...relativeModelSourcePathParts,
];