safeValue

open fun String?.safeValue(): String

Method to use a null-safe value.

If the value is null, it returns the UNKNOWN value instead.

Return

the found value or the UNKNOWN value as String