hostPorts property

List<int> hostPorts

List of host ports.

Implementation

List<int> get hostPorts => portsAsPair.map((e) => e.a).toList();