dst property
override
The destination load port of the connection.
Implementation
@override
PortReference get dst => src == point1 ? point2 : point1;
The destination load port of the connection.
@override
PortReference get dst => src == point1 ? point2 : point1;