InToto constructor

InToto({
  1. List<String>? expectedCommand,
  2. List<ArtifactRule>? expectedMaterials,
  3. List<ArtifactRule>? expectedProducts,
  4. List<SigningKey>? signingKeys,
  5. String? stepName,
  6. String? threshold,
})

Implementation

InToto({
  this.expectedCommand,
  this.expectedMaterials,
  this.expectedProducts,
  this.signingKeys,
  this.stepName,
  this.threshold,
});