SBOMReferenceOccurrence constructor

SBOMReferenceOccurrence({
  1. SbomReferenceIntotoPayload? payload,
  2. String? payloadType,
  3. List<EnvelopeSignature>? signatures,
})

Implementation

SBOMReferenceOccurrence({
  this.payload,
  this.payloadType,
  this.signatures,
});