NullableStringIsNullOrEmptyExtension extension

on

Properties

isNotNullOrEmpty bool

Available on String?, provided by the NullableStringIsNullOrEmptyExtension extension

no setter
isNullOrEmpty bool

Available on String?, provided by the NullableStringIsNullOrEmptyExtension extension

Returns true if the String is either null or empty.
no setter