PackageIssue constructor

PackageIssue({
  1. String? affectedCpeUri,
  2. String? affectedPackage,
  3. Version? affectedVersion,
  4. String? effectiveSeverity,
  5. bool? fixAvailable,
  6. String? fixedCpeUri,
  7. String? fixedPackage,
  8. Version? fixedVersion,
  9. String? packageType,
})

Implementation

PackageIssue({
  this.affectedCpeUri,
  this.affectedPackage,
  this.affectedVersion,
  this.effectiveSeverity,
  this.fixAvailable,
  this.fixedCpeUri,
  this.fixedPackage,
  this.fixedVersion,
  this.packageType,
});