currentRoute property

String? currentRoute

Implementation

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