pathSegments method

List<String> pathSegments(
  1. AssetId schemaId
)

Implementation

List<String> pathSegments(AssetId schemaId) =>
    outputAssetId(schemaId, '', config.outputDir).pathSegments
      ..removeLast()
      ..add(outputFileName);