matchingPath property

String matchingPath
final

The part of the route

ie /route when the path is /route/123 and the route pattern is /route/:id

Implementation

final String matchingPath;