Matcher constructor

Matcher({
  1. String? grpcCode,
  2. String? httpCode,
})

Implementation

Matcher({
  this.grpcCode,
  this.httpCode,
});