A map of URL parameters.
If matched RouteDefinition has a path '/customer/:id' and the URL is '/customer/5', parameters would equal { 'id': '5' }.
final Map<String, String> parameters;