GrpcRouteMatch constructor
GrpcRouteMatch({
- List<
GrpcRouteMetadata> ? metadata, - String? methodName,
- String? serviceName,
Implementation
GrpcRouteMatch({
this.metadata,
this.methodName,
this.serviceName,
});