instead of doing `something?.asString ?: ""` I can...
# getting-started
a
instead of doing
something?.asString ?: ""
I can do
something?.orEmpty()