menu
flutter_nop package
documentation
router.dart
RouteQueueEntry
getGroup method
getGroup method
dark_mode
light_mode
getGroup
method
Object
?
getGroup
(
Type
t
)
Implementation
Object? getGroup(Type t) { if (nPage.groupList.contains(t)) { return groupId; } return null; }
flutter_nop package
documentation
router
RouteQueueEntry
getGroup method
RouteQueueEntry class