Link constructor

Link({
  1. ByProducts? byproducts,
  2. List<String>? command,
  3. Environment? environment,
  4. List<GrafeasV1beta1IntotoArtifact>? materials,
  5. List<GrafeasV1beta1IntotoArtifact>? products,
})

Implementation

Link({
  this.byproducts,
  this.command,
  this.environment,
  this.materials,
  this.products,
});