modelSourcePathParts property

List<String> get modelSourcePathParts

Path parts to the model directory of the server package.

Implementation

List<String> get modelSourcePathParts =>
    [...serverPackageDirectoryPathParts, 'lib', 'src', 'models'];