Intersection constructor

Intersection({
  1. double alongA,
  2. double alongB,
  3. Coordinate pt,
})

Implementation

Intersection({this.alongA, this.alongB, this.pt});