PrecomputedNavigationData

constructor(routeResolver: RouteResolver, availableNavigatables: Map<String, Navigatable>, graphDefinitions: Map<String, NavigationGraph>, allNavigatables: Map<String, Navigatable>, graphHierarchies: Map<String, List<String>>, navigatableToGraph: Map<Navigatable, String>, routeToNavigatable: Map<String, Navigatable>, navigatableToFullPath: Map<Navigatable, String>, notFoundScreen: Screen? = null, crashScreen: Screen? = null, interceptedRoutes: Map<String, InterceptDefinition> = emptyMap(), graphEntries: Map<String, EntryDefinition> = emptyMap(), deepLinkAliases: List<DeepLinkAlias> = emptyList(), loadingModal: LoadingModal? = null)(source)