DockerImage constructor

DockerImage({
  1. String? artifactType,
  2. String? buildTime,
  3. List<ImageManifest>? imageManifests,
  4. String? imageSizeBytes,
  5. String? mediaType,
  6. String? name,
  7. List<String>? tags,
  8. String? updateTime,
  9. String? uploadTime,
  10. String? uri,
})

Implementation

DockerImage({
  this.artifactType,
  this.buildTime,
  this.imageManifests,
  this.imageSizeBytes,
  this.mediaType,
  this.name,
  this.tags,
  this.updateTime,
  this.uploadTime,
  this.uri,
});