$SbomReferenceIntotoPredicate constructor

$SbomReferenceIntotoPredicate({
  1. Map<String, String>? digest,
  2. String? location,
  3. String? mimeType,
  4. String? referrerId,
})

Implementation

$SbomReferenceIntotoPredicate({
  this.digest,
  this.location,
  this.mimeType,
  this.referrerId,
});