Detail constructor
Detail({
- String? affectedCpeUri,
- String? affectedPackage,
- Version? affectedVersionEnd,
- Version? affectedVersionStart,
- String? description,
- String? fixedCpeUri,
- String? fixedPackage,
- Version? fixedVersion,
- bool? isObsolete,
- String? packageType,
- String? severityName,
- String? source,
- String? sourceUpdateTime,
- 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,
});