SbomReferenceIntotoPayload class

The actual payload that contains the SBOM Reference data.

The payload follows the intoto statement specification. See https://github.com/in-toto/attestation/blob/main/spec/v1.0/statement.md for more details.

Constructors

SbomReferenceIntotoPayload({String? P_type, SbomReferenceIntotoPredicate? predicate, String? predicateType, List<Subject>? subject})
SbomReferenceIntotoPayload.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
P_type String?
Identifier for the schema of the Statement.
getter/setter pair
predicate SbomReferenceIntotoPredicate?
Additional parameters of the Predicate.
getter/setter pair
predicateType String?
URI identifying the type of the Predicate.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject List<Subject>?
Set of software artifacts that the attestation applies to.
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