PackageNote constructor

PackageNote({
  1. String? architecture,
  2. String? cpeUri,
  3. String? description,
  4. List<Digest>? digest,
  5. List<Distribution>? distribution,
  6. License? license,
  7. String? maintainer,
  8. String? name,
  9. String? packageType,
  10. String? url,
  11. Version? version,
})

Implementation

PackageNote({
  this.architecture,
  this.cpeUri,
  this.description,
  this.digest,
  this.distribution,
  this.license,
  this.maintainer,
  this.name,
  this.packageType,
  this.url,
  this.version,
});