Detail constructor

Detail({
  1. String? affectedCpeUri,
  2. String? affectedPackage,
  3. Version? affectedVersionEnd,
  4. Version? affectedVersionStart,
  5. String? description,
  6. String? fixedCpeUri,
  7. String? fixedPackage,
  8. Version? fixedVersion,
  9. bool? isObsolete,
  10. String? packageType,
  11. String? severityName,
  12. String? source,
  13. String? sourceUpdateTime,
  14. String? vendor,
})

Implementation

Detail({
  this.affectedCpeUri,
  this.affectedPackage,
  this.affectedVersionEnd,
  this.affectedVersionStart,
  this.description,
  this.fixedCpeUri,
  this.fixedPackage,
  this.fixedVersion,
  this.isObsolete,
  this.packageType,
  this.severityName,
  this.source,
  this.sourceUpdateTime,
  this.vendor,
});