ContainerInfo constructor

ContainerInfo({
  1. String? image,
})

Implementation

ContainerInfo({
  this.image,
});