A simple data class containing information about a route.
Whether the route has at least one dynamic part, which can be useful in case the user wants to filter these out.
The route's path, e.g. "/a/b/c". If a route has a dynamic part, that part will be surrounded in curly braces, e.g. "/users/{user}/posts/{post}"