router property
GoRouter
get
router
Implementation
GoRouter get router {
if (!_initialized) {
_initialize();
}
return _router;
}
GoRouter get router {
if (!_initialized) {
_initialize();
}
return _router;
}