DeleteGatewayRouteOutput constructor

DeleteGatewayRouteOutput({
  1. required GatewayRouteData gatewayRoute,
})

Implementation

DeleteGatewayRouteOutput({
  required this.gatewayRoute,
});