containsKey

fun <K> LiveData<out Map<K, *>>.containsKey(key: K): Boolean

Returns true if the LiveData's value contains the specified key.