InToto constructor
InToto({
- List<
String> ? expectedCommand, - List<
ArtifactRule> ? expectedMaterials, - List<
ArtifactRule> ? expectedProducts, - List<
SigningKey> ? signingKeys, - String? stepName,
- String? threshold,
Implementation
InToto({
this.expectedCommand,
this.expectedMaterials,
this.expectedProducts,
this.signingKeys,
this.stepName,
this.threshold,
});