GrpcRouteMetadata constructor

GrpcRouteMetadata({
  1. required String name,
  2. bool? invert,
  3. GrpcRouteMetadataMatchMethod? match,
})

Implementation

GrpcRouteMetadata({
  required this.name,
  this.invert,
  this.match,
});