SbomTag<S> class abstract

SBOM tag class. S Section

Implementers

Constructors

SbomTag(String name, S section, int position)
Construction
SbomTag.mandatory(String name, S section, int position)

Properties

hashCode int
The hash code for this object.
no setterinherited
mandatory bool
no setter
name String
Name.
final
position int
Thr position in the document section.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
section → S
Document section.
final
value String
no getter
values List<String>
no setter

Methods

isSet() bool
Value is set.
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