Is there a reason that there is not `isNullOrEmpty...
# announcements
r
Is there a reason that there is not
isNullOrEmpty()
fun for nullable String? there is
isNullOrBlank()
, so it seems weird to me that
isNullOrEmpty()
is missing