PackageIssue constructor

PackageIssue({
  1. VulnerabilityLocation? affectedLocation,
  2. String? effectiveSeverity,
  3. VulnerabilityLocation? fixedLocation,
  4. String? packageType,
  5. String? severityName,
})

Implementation

PackageIssue({
  this.affectedLocation,
  this.effectiveSeverity,
  this.fixedLocation,
  this.packageType,
  this.severityName,
});