The collection of parameters resolved from the URL.
Remarks
Parameters are the parts of the URL represented by the placeholders in the
route path. Placeholders are often named, and these names become the keys of
the IndexedParams object.
If a placeholder is unnamed, its index in the path becomes the key.
The collection of parameters resolved from the URL.