```createSearchParams?.bodyTypes?.joinToString(", ...
# getting-started
o
Copy code
createSearchParams?.bodyTypes?.joinToString(", ") ?: ALL_CONSTANT_STRING
why does this print nothing when bodyTypes is null?