remainingPath property Null safety
read / write
If a match specification uses the 'match all' token (*), the part of the path matched by that token will be stored in this property.
The remaining path will will be a single string, including any path delimiters (/), but will not have a leading path delimiter.
Implementation
String? remainingPath;