mapState

inline fun <K, V> mapState(version: String? = null, noinline defaultFactory: () -> Map<K, V> = { emptyMap() }): ReadOnlyProperty<Any?, MapState<K, V>>