HeaderMatchMethod constructor
HeaderMatchMethod({
- String? exact,
- String? prefix,
- MatchRange? range,
- String? regex,
- String? suffix,
Implementation
HeaderMatchMethod({
this.exact,
this.prefix,
this.range,
this.regex,
this.suffix,
});