DocumentOccurrence class

DocumentOccurrence represents an SPDX Document Creation Information section: https://spdx.github.io/spdx-spec/2-document-creation-information/

Constructors

DocumentOccurrence({String? createTime, String? creatorComment, List<String>? creators, String? documentComment, List<String>? externalDocumentRefs, String? id, String? licenseListVersion, String? namespace, String? title})
DocumentOccurrence.fromJson(Map _json)

Properties

createTime String?
Identify when the SPDX file was originally created.
getter/setter pair
creatorComment String?
A field for creators of the SPDX file to provide general comments about the creation of the SPDX file or any other relevant comment not included in the other fields
getter/setter pair
creators List<String>?
Identify who (or what, in the case of a tool) created the SPDX file.
getter/setter pair
documentComment String?
A field for creators of the SPDX file content to provide comments to the consumers of the SPDX document
getter/setter pair
externalDocumentRefs List<String>?
Identify any external SPDX documents referenced within this SPDX document
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Identify the current SPDX document which may be referenced in relationships by other files, packages internally and documents externally
getter/setter pair
licenseListVersion String?
A field for creators of the SPDX file to provide the version of the SPDX License List used when the SPDX file was created
getter/setter pair
namespace String?
Provide an SPDX document specific namespace as a unique absolute Uniform Resource Identifier (URI) as specified in RFC-3986, with the exception of the ‘#’ delimiter
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Identify name of this document as designated by creator
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