DeleteRouteOutput constructor

DeleteRouteOutput({
  1. RouteData? route,
})

Implementation

DeleteRouteOutput({
  this.route,
});