PackageLicenses class

Constructors

PackageLicenses()

Properties

hashCode int
The hash code for this object.
no setterinherited
licenses List<LicenseEntry>
Stores all licenses used and registered on the application.
final
packageLicenseJunctions Map<String, List<int>>
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.
final
packages List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addLicense(LicenseEntry entry) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sortPackages([int compare(String a, String b)?]) → void
Sort the packages inside the list by comparing two provided Strings to each other.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited