RouterPathMatch<T extends Object?> constructor
RouterPathMatch<T extends Object?> ({})
Implementation
RouterPathMatch({
required this.node,
required this.parameters,
this.queryParameters = const {},
});