Link class
This corresponds to an in-toto link.
Constructors
-
Link({ByProducts? byproducts, List<
String> ? command, Environment? environment, List<GrafeasV1beta1IntotoArtifact> ? materials, List<GrafeasV1beta1IntotoArtifact> ? products}) - Link.fromJson(Map _json)
Properties
- byproducts ↔ ByProducts?
-
ByProducts are data generated as part of a software supply chain step, but
are not the actual result of the step.
getter/setter pair
-
command
↔ List<
String> ? -
This field contains the full command executed for the step.
getter/setter pair
- environment ↔ Environment?
-
This is a field that can be used to capture information about the
environment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
materials
↔ List<
GrafeasV1beta1IntotoArtifact> ? -
Materials are the supply chain artifacts that go into the step and are
used for the operation performed.
getter/setter pair
-
products
↔ List<
GrafeasV1beta1IntotoArtifact> ? -
Products are the supply chain artifacts generated as a result of the step.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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