containsNestedRouterPage method

bool containsNestedRouterPage(
  1. Key? key
)

Implementation

bool containsNestedRouterPage(Key? key) => nestedStack[key] != null;