GrafeasV1beta1IntotoDetails class
This corresponds to a signed in-toto link - it is made up of one or more signatures and the in-toto link itself.
This is used for occurrences of a Grafeas in-toto note.
Constructors
-
GrafeasV1beta1IntotoDetails({List<
GrafeasV1beta1IntotoSignature> ? signatures, Link? signed}) - GrafeasV1beta1IntotoDetails.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
signatures
↔ List<
GrafeasV1beta1IntotoSignature> ? -
getter/setter pair
- signed ↔ Link?
-
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