abstract_router
route-node
RouteNode
partChildren property
partChildren
abstract_router
route-node
RouteNode
partChildren property
RouteNode class
Constructors
RouteNode
Properties
hashCode
isHandleNode
isLeaf
isRoot
key
level
middlewares
name
paramChildren
parent
partChildren
path
type
wildcardChild
runtimeType
Methods
findOrAddChild
getDefaultHandler
getHandler
matchChildNode
matchParamChildren
matchPartChildren
matchWildcardChild
setDefaultHandler
setHandler
noSuchMethod
toString
Operators
operator ==
partChildren
property
Map
<
String
,
RouteNode
>
partChildren
final
Implementation
final Map<String, RouteNode> partChildren = {}