menu
sint package
documentation
navigation/src/domain/models/route_node.dart
RouteNode
addChild method
addChild method
dark_mode
light_mode
addChild
method
void
addChild
(
RouteNode
child
)
Implementation
void addChild(RouteNode child) { nodeSegments.add(child); child.parent = this; }
sint package
documentation
navigation/src/domain/models/route_node
RouteNode
addChild method
RouteNode class