ContainerInfos constructor

ContainerInfos(
  1. String containerName,
  2. String? id,
  3. String? image,
  4. List<String>? ports,
  5. String? containerNetwork,
  6. String? containerHostname, [
  7. List<String>? args,
])

Implementation

ContainerInfos(this.containerName, this.id, this.image, this.ports,
    this.containerNetwork, this.containerHostname,
    [this.args]);