PackageIssue constructor
PackageIssue({
- VulnerabilityLocation? affectedLocation,
- String? effectiveSeverity,
- VulnerabilityLocation? fixedLocation,
- String? packageType,
- String? severityName,
Implementation
PackageIssue({
this.affectedLocation,
this.effectiveSeverity,
this.fixedLocation,
this.packageType,
this.severityName,
});