$CVSS constructor
$CVSS({})
Implementation
$CVSS({
this.attackComplexity,
this.attackVector,
this.authentication,
this.availabilityImpact,
this.baseScore,
this.confidentialityImpact,
this.exploitabilityScore,
this.impactScore,
this.integrityImpact,
this.privilegesRequired,
this.scope,
this.userInteraction,
});