LicenseData class Null safety
Constructors
Properties
- firstPackage ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
licenses
→ List<
LicenseEntry> -
final
-
packageLicenseBindings
→ Map<
String, List< int> > -
final
-
packages
→ List<
String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
addLicense(
LicenseEntry entry) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
sortPackages(
[int compare(String a, String b)?]) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited