menu
nylo_support package
documentation
router/src/models/nyrouter_route_guard.dart
GuardStack
guards property
guards property
dark_mode
light_mode
guards
property
List
<
NyRouteGuard
>
guards
final
The guards to execute in order.
Implementation
final List<NyRouteGuard> guards;
nylo_support package
documentation
router/src/models/nyrouter_route_guard
GuardStack
guards property
GuardStack class