directDependencies property

  1. @JsonKey(name: 'd', toJson: _toJsonAssetIds)
Set<AssetId> directDependencies
final

The primarySources of the Modules which contain any library imported from any of the sources in this module.

Implementation

@JsonKey(name: 'd', toJson: _toJsonAssetIds)
final Set<AssetId> directDependencies;