CreateGatewayRouteOutput constructor

CreateGatewayRouteOutput({
  1. required GatewayRouteData gatewayRoute,
})

Implementation

CreateGatewayRouteOutput({
  required this.gatewayRoute,
});