Searched defs:mutableStateMapOf (Results 1 – 1 of 1) sorted by relevance
262 @StateFactoryMarker fun <K, V> mutableStateMapOf() = SnapshotStateMap<K, V>() in mutableStateMapOf() method273 fun <K, V> mutableStateMapOf(vararg pairs: Pair<K, V>) = in mutableStateMapOf() method