get

operator fun <K, V> LiveData<out Map<K, V>>.get(key: K): V?

Returns the value corresponding to the given key in the LiveData's value, or null if such a key is not present in the map or the LiveData has no value.