FileNote class
FileNote represents an SPDX File Information section: https://spdx.github.io/spdx-spec/4-file-information/
Constructors
Properties
-
checksum
↔ List<
String> ? -
Provide a unique identifier to match analysis information on each specific
file in a package
getter/setter pair
- fileType ↔ String?
-
This field provides information about the type of file identified
Possible string values are:
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
- title ↔ String?
-
Identify the full path and filename that corresponds to the file
information in this section
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