containerPorts property

List<int> containerPorts

List of container ports.

Implementation

List<int> get containerPorts => portsAsPair.map((e) => e.b).toList();