not

operator fun <T : Boolean?> LiveData<T>.not(): LiveData<T>

Negates the value of a boolean LiveData.