InTotoSlsaProvenanceV1 class

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
P_type String?
InToto spec defined at https://github.com/in-toto/attestation/tree/main/spec#statement
getter/setter pair
predicate SlsaProvenanceV1?
getter/setter pair
predicateType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject List<Subject>?
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