RoutePlanParam constructor
RoutePlanParam({})
Implementation
RoutePlanParam({
required this.from,
required this.to,
this.mode = 0,
this.passedByPoints,
this.avoidPolygons,
this.avoidRoad,
});
RoutePlanParam({
required this.from,
required this.to,
this.mode = 0,
this.passedByPoints,
this.avoidPolygons,
this.avoidRoad,
});