abstract_router
route-node
RouteNode
isLeaf property
isLeaf
abstract_router
route-node
RouteNode
isLeaf 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 ==
isLeaf
property
bool
isLeaf
Implementation
bool get isLeaf { return partChildren.isEmpty && paramChildren.isEmpty && wildcardChild == null; }