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