Cve constructor

Cve({
  1. Cvssv3? cvssv3,
  2. String? exploitationActivity,
  3. String? id,
  4. String? impact,
  5. bool? observedInTheWild,
  6. List<Reference>? references,
  7. bool? upstreamFixAvailable,
  8. bool? zeroDay,
})

Implementation

Cve({
  this.cvssv3,
  this.exploitationActivity,
  this.id,
  this.impact,
  this.observedInTheWild,
  this.references,
  this.upstreamFixAvailable,
  this.zeroDay,
});