UpdateRouteOutput constructor

UpdateRouteOutput({
  1. RouteData? route,
})

Implementation

UpdateRouteOutput({
  this.route,
});