isNullOrEmpty

fun isNullOrEmpty(reference: String?): Boolean

Checks if the string is null or has a length of 0.