FileOccurrence class
FileOccurrence represents an SPDX File Information section: https://spdx.github.io/spdx-spec/4-file-information/
Constructors
Properties
-
attributions
↔ List<
String> ? -
This field provides a place for the SPDX data creator to record, at the
file level, acknowledgements that may be needed to be communicated in some
contexts
getter/setter pair
- comment ↔ String?
-
This field provides a place for the SPDX file creator to record any
general comments about the file
getter/setter pair
-
contributors
↔ List<
String> ? -
This field provides a place for the SPDX file creator to record file
contributors
getter/setter pair
- copyright ↔ String?
-
Identify the copyright holder of the file, as well as any dates present
getter/setter pair
-
filesLicenseInfo
↔ List<
String> ? -
This field contains the license information actually found in the file, if
any
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Uniquely identify any element in an SPDX document which may be referenced
by other elements
getter/setter pair
- licenseConcluded ↔ License?
-
This field contains the license the SPDX file creator has concluded as
governing the file or alternative values if the governing license cannot
be determined
getter/setter pair
- notice ↔ String?
-
This field provides a place for the SPDX file creator to record license
notices or other such related notices found in the file
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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