packageLicenseJunctions property

Map<String, List<int>> packageLicenseJunctions
final

A Map of containing all package names and their corresponding list of packages. To bind one package with muliple licenses, the corresponding index values of the List of LicenseEntrys (containing the license) will be used. A list of license index values will be allocated to each package name.

Implementation

final Map<String, List<int>> packageLicenseJunctions = <String, List<int>>{};