PathRoute

constructor(paths: List<String>, meta: Meta? = null, childRoutes: List<Route>? = null, view: @Composable IComponent.() -> Unit? = null, action: suspend () -> Unit? = null, context: RoutingContextImpl)(source)