PathMatcher constructor
const
PathMatcher({
- required String path,
- required String expected,
- required PathComparator comparator,
Implementation
const PathMatcher({
required this.path,
required this.expected,
required this.comparator,
});