Intersections constructor

Intersections({
  1. List<num>? location,
  2. List<num>? bearings,
  3. List<bool>? entry,
  4. num? outIntersection,
  5. num? inIntersection,
})

Implementation

Intersections(
    {this.location,
    this.bearings,
    this.entry,
    this.outIntersection,
    this.inIntersection});