menu
finch package
documentation
finch_route.dart
FinchRoute
getPath static method
getPath static method
dark_mode
light_mode
getPath
static method
String
getPath
(
String
key
)
Implementation
static String getPath(String key) { return _keyedRoutes[key]?.getFullPath() ?? '/'; }
finch package
documentation
finch_route
FinchRoute
getPath static method
FinchRoute class