AdHocConnection constructor

const AdHocConnection(
  1. PortReference point1,
  2. PortReference point2
)

Creates a new AdHocConnection between two PortReferences.

Implementation

const AdHocConnection(super.point1, super.point2);