orTrue

Returns the value of this Boolean if it is not null, otherwise returns true.

This is a convenience property for this ?: true.

Return

The Boolean value, or true if null.