Hi everyone ! Is there a simple reduction for this...
# getting-started
i
Hi everyone ! Is there a simple reduction for this kind of construct:
Copy code
var description = descriptionTextView.text.toString()
                    if (description.isBlank()) 
                        description = "A Default String"