Vulnerability constructor
Vulnerability({})
Implementation
Vulnerability({
this.cvssScore,
this.cvssV3,
this.details,
this.severity,
this.sourceUpdateTime,
this.windowsDetails,
});
Vulnerability({
this.cvssScore,
this.cvssV3,
this.details,
this.severity,
this.sourceUpdateTime,
this.windowsDetails,
});