DocumentNote class
DocumentNote represents an SPDX Document Creation Infromation section: https://spdx.github.io/spdx-spec/2-document-creation-information/
Constructors
- DocumentNote({String? dataLicence, String? spdxVersion})
- DocumentNote.fromJson(Map _json)
Properties
- dataLicence ↔ String?
-
Compliance with the SPDX specification includes populating the SPDX fields
therein with data related to such fields ("SPDX-Metadata")
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spdxVersion ↔ String?
-
Provide a reference number that can be used to understand how to parse and
interpret the rest of the file
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