orEmpty

inline fun String?.orEmpty(): String

Returns the string if it is not null, or the empty string otherwise.