kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.text
/
orEmpty
or
Empty
inline
fun
String
?
.
orEmpty
(
)
:
String
(
source
)
Returns the string if it is not
null
, or the empty string otherwise.