Link constructor
Link({
- ByProducts? byproducts,
- List<
String> ? command, - Environment? environment,
- List<
GrafeasV1beta1IntotoArtifact> ? materials, - List<
GrafeasV1beta1IntotoArtifact> ? products,
Implementation
Link({
this.byproducts,
this.command,
this.environment,
this.materials,
this.products,
});