currentRoute property
String?
get
currentRoute
Implementation
String? get currentRoute {
return state.rootRoutes.firstOrNull?.route;
}
String? get currentRoute {
return state.rootRoutes.firstOrNull?.route;
}