Line constructor

const Line(
  1. Vector2 a,
  2. Vector2 b
)

Implementation

const Line(this.a, this.b);