currentRoutingPath property Null safety
Implementation
String get currentRoutingPath =>
(PathStack.of(context)?.currentRoutingPath ?? "") + (_matchedRoutePaths?.split(",")[0] ?? "");
String get currentRoutingPath =>
(PathStack.of(context)?.currentRoutingPath ?? "") + (_matchedRoutePaths?.split(",")[0] ?? "");