Returns the value of this Boolean if it is not null, otherwise returns false.
false
This is a convenience property for this ?: false.
this ?: false
The Boolean value or false if null.