ContainerImageManifestDescriptor constructor
const
ContainerImageManifestDescriptor({})
Creates a ContainerImageManifestDescriptor with the given fields.
Implementation
const ContainerImageManifestDescriptor({
this.mediaType,
this.digest,
this.size,
this.urls,
this.annotations,
this.data,
this.platform,
this.artifactType,
});