isEmpty

open fun isEmpty(@Nullable stringToCheck: String): Boolean

Checks if the string is empty.

Return

true if the string is null, false otherwise.

Parameters

stringToCheck

The string to check.