Port constructor

Port({
  1. int containerPort = 0,
})

Implementation

Port({this.containerPort = 0}) : super(fullyQualifiedName);