ContainerPort constructor

ContainerPort({
  1. int? containerPort,
  2. String? name,
  3. String? protocol,
})

Implementation

ContainerPort({
  this.containerPort,
  this.name,
  this.protocol,
});