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