Route parameters eg: adding 'user/:id' the match result for 'user/123' will be: {id: 123}
final Map<String, String> parameters;