GatewayRouteSpec constructor

GatewayRouteSpec({
  1. GrpcGatewayRoute? grpcRoute,
  2. HttpGatewayRoute? http2Route,
  3. HttpGatewayRoute? httpRoute,
})

Implementation

GatewayRouteSpec({
  this.grpcRoute,
  this.http2Route,
  this.httpRoute,
});