DockerImage constructor

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

Implementation

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