Note constructor
Note({
- Authority? attestationAuthority,
- Basis? baseImage,
- Build? build,
- String? createTime,
- Deployable? deployable,
- Discovery? discovery,
- String? expirationTime,
- InToto? intoto,
- String? kind,
- String? longDescription,
- String? name,
- Package? package,
- DocumentNote? sbom,
- String? shortDescription,
- FileNote? spdxFile,
- PackageNote? spdxPackage,
- RelationshipNote? spdxRelationship,
- String? updateTime,
- Vulnerability? vulnerability,
Implementation
Note({
this.attestationAuthority,
this.baseImage,
this.build,
this.createTime,
this.deployable,
this.discovery,
this.expirationTime,
this.intoto,
this.kind,
this.longDescription,
this.name,
this.package,
this.relatedNoteNames,
this.relatedUrl,
this.sbom,
this.shortDescription,
this.spdxFile,
this.spdxPackage,
this.spdxRelationship,
this.updateTime,
this.vulnerability,
});