menu
sint package
documentation
navigation/src/domain/models/route_node.dart
RouteNode
matches method
matches method
dark_mode
light_mode
matches
method
bool
matches
(
String
name
)
Implementation
bool matches(String name) { return name == path || path == '*' || path.startsWith(':'); }
sint package
documentation
navigation/src/domain/models/route_node
RouteNode
matches method
RouteNode class