HttpGatewayRoute constructor

HttpGatewayRoute({
  1. required HttpGatewayRouteAction action,
  2. required HttpGatewayRouteMatch match,
})

Implementation

HttpGatewayRoute({
  required this.action,
  required this.match,
});