dst property

PortReference get dst

The destination load port of the connection.

Implementation

PortReference get dst => src == point1 ? point2 : point1;