Link constructor

Link(
  1. Point<num> sourceUpper,
  2. Point<num> sourceLower,
  3. Point<num> targetUpper,
  4. Point<num> targetLower,
)

Implementation

Link(this.sourceUpper, this.sourceLower, this.targetUpper, this.targetLower);