Image constructor

Image({
  1. ImageIdentifier? imageId,
  2. String? imageManifest,
  3. String? imageManifestMediaType,
  4. String? registryId,
  5. String? repositoryName,
})

Implementation

Image({
  this.imageId,
  this.imageManifest,
  this.imageManifestMediaType,
  this.registryId,
  this.repositoryName,
});