Represents a route match
Combination of route and query params
Shortcut to the pattern of the route
Query params after like ?p=1&t=2
The route that was matched
Route params extract from url placeholder
Gets the route param with the given key / name
Gets the route param with the given name or defaults to default
Returns a new instance with the query params set