Image constructor
Image({
- ImageIdentifier? imageId,
- String? imageManifest,
- String? imageManifestMediaType,
- String? registryId,
- String? repositoryName,
Implementation
Image({
this.imageId,
this.imageManifest,
this.imageManifestMediaType,
this.registryId,
this.repositoryName,
});