SbomSpdxLicense class

Main license class

Constructors

SbomSpdxLicense()

Properties

hashCode int
The hash code for this object.
no setterinherited
licenseListVersion String
Current version of the license list
getter/setter pair
licenses Map<String, SbomSpdxLicenseDetails>
Licence details
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

licenseId(String text) String
Get the license identifier of a package license. Returns the SPDX license id as defined in the SPDX Specification Appendix V or NOASSERTION if the license cannot be determined.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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