SbomSpdxTags class

Main SPDX tag class

Inheritance

Constructors

SbomSpdxTags(dynamic builder)
Construction

Properties

builder SbomSpdxTagBuilder
The tag builder.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<SbomSpdxTag>
The tag database.
getter/setter pairinherited

Methods

exists(String name) bool
Exists.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sectionTags(String section) List<SbomSpdxTag>
Get all tags for a specified section in section position order.
override
sectionValid(String section) List<SbomSpdxTag>
Check if a section is valid, i.e all its mandatory tags have values. Returns a list of mandatory tags that do not have values, empty indicating the section is valid.
override
tagByName(String name) SbomSpdxTag
Get a tag by its name.
override
toString() String
A string representation of this object.
inherited

Operators

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