pathParams property

Map<String, String> pathParams
final

Path parameters extracted from the URL pattern.

For a route /users/:id and URL /users/123, this would be {'id': '123'}.

Implementation

final Map<String, String> pathParams;