PackageIssue constructor

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

Implementation

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