https://kotlinlang.org logo
a

andrewoma

01/07/2016, 5:48 AM
Yep, it's defined as:
public fun CharSequence?.isNullOrEmpty(): Boolean = this == null || this.length == 0