RouteEditorRoutesInfo constructor

const RouteEditorRoutesInfo({
  1. required List<TrafficRoute> routes,
  2. required RouteEditorRouteParams routeParams,
})

Implementation

const RouteEditorRoutesInfo({
  required this.routes,
  required this.routeParams
});