PackageNote constructor

PackageNote({
  1. bool? analyzed,
  2. String? attribution,
  3. String? checksum,
  4. String? copyright,
  5. String? detailedDescription,
  6. String? downloadLocation,
  7. List<ExternalRef>? externalRefs,
  8. List<String>? filesLicenseInfo,
  9. String? homePage,
  10. String? licenseDeclared,
  11. String? originator,
  12. String? summaryDescription,
  13. String? supplier,
  14. String? title,
  15. String? verificationCode,
  16. String? version,
})

Implementation

PackageNote({
  this.analyzed,
  this.attribution,
  this.checksum,
  this.copyright,
  this.detailedDescription,
  this.downloadLocation,
  this.externalRefs,
  this.filesLicenseInfo,
  this.homePage,
  this.licenseDeclared,
  this.originator,
  this.summaryDescription,
  this.supplier,
  this.title,
  this.verificationCode,
  this.version,
});