```private val foo: String? fun getFoo(): String =...
# android
n
Copy code
private val foo: String?
fun getFoo(): String = foo ?: "default"