Route(parent: Route?, selector: RouteSelector)
Describes a node in a routing tree.
parent
- is a parent node in the tree, or null for root node.
selector
- is an instance of RouteSelector for this node.
Route(parent: Route?, selector: RouteSelector, developmentMode: Boolean)
Describes a node in a routing tree.
parent
- is a parent node in the tree, or null for root node.
selector
- is an instance of RouteSelector for this node.
developmentMode
- is flag to switch report level for stack traces.