fun <T : CharSequence?> Builder<T>.isNullOrEmpty(): Builder<T>
Asserts that the subject is null or the empty string.
null
See Also
CharSequence.isNullOrEmpty