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. List<String>? licenses,
  9. Maintainer? maintainer,
  10. String? os,
  11. String? osVersion,
  12. String? package,
  13. String? packageType,
  14. List<String>? patchedCve,
  15. PackageVersion? sourceVersion,
  16. String? unused,
  17. String? version,
})

Implementation

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