menu
swift_server package
documentation
api.dart
RouteNode class
RouteNode class
dark_mode
light_mode
RouteNode
class
Routing Node
Constructors
RouteNode
()
Properties
className
↔
String
?
getter/setter pair
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
subNodes
↔
Map
<
String
,
RouteNode
>
getter/setter pair
Methods
add
(
List
<
String
>
path
,
String
className
, {
int
depth
=
0
})
→ dynamic
find
(
List
<
String
>
path
)
→
String
?
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
swift_server package
documentation
api
RouteNode class
c7server library