primarySource property

  1. @JsonKey(name: 'p')
AssetId primarySource
final

The library which will be used to reference any library in sources.

The assets which are built once per module, such as DDC compiled output or Analyzer summaries, will be named after the primary source and will encompass everything in sources.

Implementation

@JsonKey(name: 'p')
final AssetId primarySource;