menu
flutter_nop package
documentation
router.dart
NPage
getGroupId method
getGroupId method
dark_mode
light_mode
getGroupId
method
String
?
getGroupId
(
int
id
)
Implementation
String? getGroupId(int id) { if (!useGroupId) return null; return '$fullPath+$id'; }
flutter_nop package
documentation
router
NPage
getGroupId method
NPage class