currentPath property
The current path of match, eg: adding 'user/:id' the match result for 'user/123' will be: 'user/123'
Implementation
final String currentPath;
The current path of match, eg: adding 'user/:id' the match result for 'user/123' will be: 'user/123'
final String currentPath;