VulnerabilityOccurrence constructor

VulnerabilityOccurrence({
  1. double? cvssScore,
  2. String? effectiveSeverity,
  3. bool? fixAvailable,
  4. String? longDescription,
  5. List<PackageIssue>? packageIssue,
  6. List<RelatedUrl>? relatedUrls,
  7. String? severity,
  8. String? shortDescription,
  9. String? type,
})

Implementation

VulnerabilityOccurrence({
  this.cvssScore,
  this.effectiveSeverity,
  this.fixAvailable,
  this.longDescription,
  this.packageIssue,
  this.relatedUrls,
  this.severity,
  this.shortDescription,
  this.type,
});