PackageInfoNote class
PackageInfoNote represents an SPDX Package Information section: https://spdx.github.io/spdx-spec/3-package-information/
Constructors
-
PackageInfoNote({bool? analyzed, String? attribution, String? checksum, String? copyright, String? detailedDescription, String? downloadLocation, List<
ExternalRef> ? externalRefs, List<String> ? filesLicenseInfo, String? homePage, License? licenseDeclared, String? originator, String? packageType, String? summaryDescription, String? supplier, String? title, String? verificationCode, String? version}) - PackageInfoNote.fromJson(Map _json)
Properties
- analyzed ↔ bool?
-
Indicates whether the file content of this package has been available for
or subjected to analysis when creating the SPDX document
getter/setter pair
- attribution ↔ String?
-
A place for the SPDX data creator to record, at the package level,
acknowledgements that may be needed to be communicated in some contexts
getter/setter pair
- checksum ↔ String?
-
Provide an independently reproducible mechanism that permits unique
identification of a specific package that correlates to the data in this
SPDX file
getter/setter pair
- copyright ↔ String?
-
Identify the copyright holders of the package, as well as any dates
present
getter/setter pair
- detailedDescription ↔ String?
-
A more detailed description of the package
getter/setter pair
- downloadLocation ↔ String?
-
This section identifies the download Universal Resource Locator (URL), or
a specific location within a version control system (VCS) for the package
at the time that the SPDX file was created
getter/setter pair
-
externalRefs
↔ List<
ExternalRef> ? -
ExternalRef
getter/setter pair
-
filesLicenseInfo
↔ List<
String> ? -
Contain the license the SPDX file creator has concluded as governing the
This field is to contain a list of all licenses found in the package.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- homePage ↔ String?
-
Provide a place for the SPDX file creator to record a web site that serves
as the package's home page
getter/setter pair
- licenseDeclared ↔ License?
-
List the licenses that have been declared by the authors of the package
getter/setter pair
- originator ↔ String?
-
If the package identified in the SPDX file originated from a different
person or organization than identified as Package Supplier, this field
identifies from where or whom the package originally came
getter/setter pair
- packageType ↔ String?
-
The type of package: OS, MAVEN, GO, GO_STDLIB, etc.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summaryDescription ↔ String?
-
A short description of the package
getter/setter pair
- supplier ↔ String?
-
Identify the actual distribution source for the package/directory
identified in the SPDX file
getter/setter pair
- title ↔ String?
-
Identify the full name of the package as given by the Package Originator
getter/setter pair
- verificationCode ↔ String?
-
This field provides an independently reproducible mechanism identifying
specific contents of a package based on the actual files (except the SPDX
file itself, if it is included in the package) that make up each package
and that correlates to the data in this SPDX file
getter/setter pair
- version ↔ String?
-
Identify the version of the package
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited