GrpcGatewayRoute constructor
GrpcGatewayRoute({
- required GrpcGatewayRouteAction action,
- required GrpcGatewayRouteMatch match,
Implementation
GrpcGatewayRoute({
required this.action,
required this.match,
});