for strings there is a method isNullOrBlank which ...
# announcements
n
for strings there is a method isNullOrBlank which is very useful, but I wonder why the opposite doesn’t exist (isNotNullOrBlank) because if(str.isNotNullOrBlank()) seems like a much more common case to me. Is there any pratical reason for that ?