GrpcRouteMatch constructor

GrpcRouteMatch({
  1. List<GrpcRouteMetadata>? metadata,
  2. String? methodName,
  3. String? serviceName,
})

Implementation

GrpcRouteMatch({
  this.metadata,
  this.methodName,
  this.serviceName,
});