PathMatcher constructor
PathMatcher({
- required Pattern pattern,
- required ResponseParser parser,
Implementation
PathMatcher({
required this.pattern,
required this.parser,
});