Cve constructor

Cve({
  1. Cvssv3? cvssv3,
  2. String? id,
  3. List<Reference>? references,
  4. bool? upstreamFixAvailable,
})

Implementation

Cve({
  this.cvssv3,
  this.id,
  this.references,
  this.upstreamFixAvailable,
});