GrpcRouteHeaderMatch constructor

GrpcRouteHeaderMatch({
  1. String? key,
  2. String? type,
  3. String? value,
})

Implementation

GrpcRouteHeaderMatch({
  this.key,
  this.type,
  this.value,
});