is there a more clean way to do this? ``` ...
# getting-started
s
is there a more clean way to do this?
Copy code
fun fromString(source: String?)
                            = if (source?.isNullOrEmpty() ?: false) null else source