RouteSegmentVisual constructor
RouteSegmentVisual({})
Implementation
RouteSegmentVisual({
required this.id,
required this.coordinates,
this.isHidden = false,
this.isTraversed = false,
this.stepIndex,
required this.segmentNumber,
});