currentRoutingPath property

String currentRoutingPath

Implementation

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