menu
hyper_router package
documentation
srs/route/shell_route/shell_value.dart
ShellValue
containsTab method
containsTab method
dark_mode
light_mode
containsTab
method
bool
containsTab
(
Object
key
)
Implementation
bool containsTab(Object key) { return tabNodes.any((tab) => tab.value.key == key); }
hyper_router package
documentation
srs/route/shell_route/shell_value
ShellValue
containsTab method
ShellValue class