RouteTreeNode class

路由树节点

Constructors

RouteTreeNode(String part, RouteTreeNodeType type)

Properties

hashCode int
The hash code for this object.
no setterinherited
nodes List<RouteTreeNode>?
孩子 组成部分
getter/setter pair
parent RouteTreeNode?
getter/setter pair
part String
getter/setter pair
routes List<AppRoute>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type RouteTreeNodeType
当前节点类型
getter/setter pair

Methods

isParameter() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited