You can use the "elvis operator": `myField ?: ""`.
# getting-started
d
You can use the "elvis operator":
myField ?: ""
.