InterfaceConnection constructor
- InterfaceReference<
PairInterface> point1, - InterfaceReference<
PairInterface> point2
Creates a new InterfaceConnection between two InterfaceReferences.
Implementation
const InterfaceConnection(super.point1, super.point2);