Represents a flattened route with a compiled match function. This is an internal representation used by the router to efficiently match URLs.
Route parameter types extracted from the URL path
Creates a new FlatRoute instance.
Configuration for the flat route
Compiled function to match URL paths against this route pattern
The URL path pattern for this route
Optional
Optional redirect destination if this route should redirect
Nested routes that should be rendered within this route
Represents a flattened route with a compiled match function. This is an internal representation used by the router to efficiently match URLs.