GrpcRouteMethodMatch constructor

GrpcRouteMethodMatch({
  1. bool? caseSensitive,
  2. String? grpcMethod,
  3. String? grpcService,
  4. String? type,
})

Implementation

GrpcRouteMethodMatch({
  this.caseSensitive,
  this.grpcMethod,
  this.grpcService,
  this.type,
});