UpdateGatewayRouteOutput constructor

UpdateGatewayRouteOutput({
  1. required GatewayRouteData gatewayRoute,
})

Implementation

UpdateGatewayRouteOutput({
  required this.gatewayRoute,
});