GrpcGatewayRoute constructor

GrpcGatewayRoute({
  1. required GrpcGatewayRouteAction action,
  2. required GrpcGatewayRouteMatch match,
})

Implementation

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