CreateRouteOutput constructor

CreateRouteOutput({
  1. required RouteData route,
})

Implementation

CreateRouteOutput({
  required this.route,
});