Detail constructor

Detail({
  1. String? cpeUri,
  2. String? description,
  3. VulnerabilityLocation? fixedLocation,
  4. bool? isObsolete,
  5. Version? maxAffectedVersion,
  6. Version? minAffectedVersion,
  7. String? package,
  8. String? packageType,
  9. String? severityName,
  10. String? source,
  11. String? sourceUpdateTime,
  12. String? vendor,
})

Implementation

Detail({
  this.cpeUri,
  this.description,
  this.fixedLocation,
  this.isObsolete,
  this.maxAffectedVersion,
  this.minAffectedVersion,
  this.package,
  this.packageType,
  this.severityName,
  this.source,
  this.sourceUpdateTime,
  this.vendor,
});