ContainerImage constructor

ContainerImage({
  1. String? repository,
  2. String? tag,
})

Implementation

ContainerImage({
  this.repository,
  this.tag,
});