PackageData constructor

PackageData({
  1. String? architecture,
  2. List<BinarySourceInfo>? binarySourceInfo,
  3. PackageVersion? binaryVersion,
  4. String? cpeUri,
  5. List<LanguagePackageDependency>? dependencyChain,
  6. List<FileLocation>? fileLocation,
  7. String? hashDigest,
  8. LayerDetails? layerDetails,
  9. List<String>? licenses,
  10. Maintainer? maintainer,
  11. String? os,
  12. String? osVersion,
  13. String? package,
  14. String? packageType,
  15. List<String>? patchedCve,
  16. PackageVersion? sourceVersion,
  17. String? unused,
  18. String? version,
})

Implementation

PackageData({
  this.architecture,
  this.binarySourceInfo,
  this.binaryVersion,
  this.cpeUri,
  this.dependencyChain,
  this.fileLocation,
  this.hashDigest,
  this.layerDetails,
  this.licenses,
  this.maintainer,
  this.os,
  this.osVersion,
  this.package,
  this.packageType,
  this.patchedCve,
  this.sourceVersion,
  this.unused,
  this.version,
});