currentPath property

String currentPath
final

The current path of match, eg: adding 'user/:id' the match result for 'user/123' will be: 'user/123'

Implementation

final String currentPath;