UpdateRouteOutput constructor

UpdateRouteOutput({
  1. required RouteData route,
})

Implementation

UpdateRouteOutput({
  required this.route,
});