menu
sandboxed package
documentation
router.dart
AppRouter
isRoot property
isRoot property
dark_mode
light_mode
isRoot
property
bool
get
isRoot
inherited
Whether is controller is the root of all controllers
Implementation
bool get isRoot => _parent == null;
sandboxed package
documentation
router
AppRouter
isRoot property
AppRouter class