PackageInfoNote constructor
PackageInfoNote({
- bool? analyzed,
- String? attribution,
- String? checksum,
- String? copyright,
- String? detailedDescription,
- String? downloadLocation,
- List<
ExternalRef> ? externalRefs, - List<
String> ? filesLicenseInfo, - String? homePage,
- License? licenseDeclared,
- String? originator,
- String? packageType,
- String? summaryDescription,
- String? supplier,
- String? title,
- String? verificationCode,
- String? version,
Implementation
PackageInfoNote({
this.analyzed,
this.attribution,
this.checksum,
this.copyright,
this.detailedDescription,
this.downloadLocation,
this.externalRefs,
this.filesLicenseInfo,
this.homePage,
this.licenseDeclared,
this.originator,
this.packageType,
this.summaryDescription,
this.supplier,
this.title,
this.verificationCode,
this.version,
});