DeleteRouteOutput constructor

DeleteRouteOutput({
  1. required RouteData route,
})

Implementation

DeleteRouteOutput({
  required this.route,
});