Vulnerability constructor
Vulnerability({
- Cve? cve,
- Package? fixedPackage,
- Package? offendingPackage,
- SecurityBulletin? securityBulletin,
Implementation
Vulnerability({
this.cve,
this.fixedPackage,
this.offendingPackage,
this.securityBulletin,
});