menu
get package
documentation
get_navigation/src/routes/new_path_route.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(':'); }
get package
documentation
get_navigation/src/routes/new_path_route
RouteNode
matches method
RouteNode class