ContainerImage constructor

ContainerImage({
  1. DateTime? createdAt,
  2. String? digest,
  3. String? image,
})

Implementation

ContainerImage({
  this.createdAt,
  this.digest,
  this.image,
});