renamedPorts property

Map<String, String> renamedPorts
latefinal

Internal mapping of renamed ports for backwards compatibility.

Tracks port name changes where the key is the new name and the value is the original port name. This allows connections to be made using either the original or renamed port names.

Implementation

late final Map<String, String> renamedPorts =
    UnmodifiableMapView(_renamedPorts);