CreateRouteOutput constructor

CreateRouteOutput({
  1. RouteData? route,
})

Implementation

CreateRouteOutput({
  this.route,
});