menu
nylo_support package
documentation
router/models/nyrouter_route.dart
NyRouterRoute
getWhen method
getWhen method
dark_mode
light_mode
getWhen
method
bool
getWhen
(
)
Get the when function.
Implementation
bool getWhen() { return _when != null ? _when!() : true; }
nylo_support package
documentation
router/models/nyrouter_route
NyRouterRoute
getWhen method
NyRouterRoute class