RoutingModel

constructor(routes: List<Route>? = null, defaultContent: @Composable IComponent.() -> Unit? = null, defaultMeta: Meta?, notFoundView: @Composable IComponent.() -> Unit? = null, notFoundAction: suspend () -> Unit? = null, notFoundMeta: Meta?)(source)