SbomSpdxTag class

SPDX tag class.

Inheritance

Constructors

SbomSpdxTag(String name, String section, int position, [bool canBeOverridden = false])
Construction
SbomSpdxTag.mandatory(dynamic name, dynamic section, dynamic position, [bool canBeOverridden = false])

Properties

canBeOverridden bool
Indicates the tag can be overridden by configuration.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mandatory bool
no setterinherited
name String
Name.
finalinherited
position int
Thr position in the document section.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
section String
Document section.
finalinherited
value String
no getterinherited
values List<String>
no setterinherited

Methods

isSet() bool
Value is set.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited