PackageOccurrence constructor

PackageOccurrence({
  1. String? architecture,
  2. String? cpeUri,
  3. License? license,
  4. List<Location>? location,
  5. String? name,
  6. String? packageType,
  7. Version? version,
})

Implementation

PackageOccurrence({
  this.architecture,
  this.cpeUri,
  this.license,
  this.location,
  this.name,
  this.packageType,
  this.version,
});