pathParameters property

Map<String, String> get pathParameters

Path parameters captured by the route that accepted the upgrade.

Implementation

Map<String, String> get pathParameters => pathParametersOf(request);