StringNullExtensions extension

on

Properties

isEmptyOrNull bool

Available on String?, provided by the StringNullExtensions extension

Return a bool if the string is null or empty
no setter
isNotBlank bool

Available on String?, provided by the StringNullExtensions extension

Returns true if s is neither null, empty nor is solely made of whitespace characters.
no setter