RouteData constructor
const
RouteData({})
Implementation
const RouteData({
required this.index,
required this.points,
this.distanceMeters,
this.durationSeconds,
this.staticDurationSeconds,
this.tollInfo,
this.northeast,
this.southwest,
this.legs = const [],
this.routeLabels = const [],
});