HttpGatewayRouteAction constructor

HttpGatewayRouteAction({
  1. required GatewayRouteTarget target,
})

Implementation

HttpGatewayRouteAction({
  required this.target,
});