InterfaceConnection constructor

const InterfaceConnection(
  1. InterfaceReference<PairInterface> point1,
  2. InterfaceReference<PairInterface> point2
)

Creates a new InterfaceConnection between two InterfaceReferences.

Implementation

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