Cvss constructor

Cvss({
  1. double? baseScore,
  2. String? baseVector,
  3. String? version,
})

Implementation

Cvss({
  this.baseScore,
  this.baseVector,
  this.version,
});