RouteEditorRoutesInfo constructor
const
RouteEditorRoutesInfo({
- required List<
TrafficRoute> routes, - required RouteEditorRouteParams routeParams,
Implementation
const RouteEditorRoutesInfo({
required this.routes,
required this.routeParams
});