menu
sint package
documentation
navigation/src/domain/models/route_node.dart
RouteNode
RouteNode.new constructor
RouteNode.new constructor
dark_mode
light_mode
RouteNode
constructor
RouteNode
(
String
path
,
String
originalPath
, {
RouteNode
?
parent
,
})
Implementation
RouteNode(this.path, this.originalPath, {this.parent});
sint package
documentation
navigation/src/domain/models/route_node
RouteNode
RouteNode.new constructor
RouteNode class