StraightLine constructor

StraightLine(
  1. Offset point1,
  2. Offset point2
)

Implementation

StraightLine(this.point1, this.point2);