PackageData constructor
PackageData({
- String? architecture,
- List<
BinarySourceInfo> ? binarySourceInfo, - PackageVersion? binaryVersion,
- String? cpeUri,
- List<
LanguagePackageDependency> ? dependencyChain, - List<
FileLocation> ? fileLocation, - String? hashDigest,
- List<
String> ? licenses, - Maintainer? maintainer,
- String? os,
- String? osVersion,
- String? package,
- String? packageType,
- List<
String> ? patchedCve, - PackageVersion? sourceVersion,
- String? unused,
- 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,
});