Line constructor

Line(
  1. Offset from,
  2. Offset to
)

Implementation

Line(this.from, this.to);