NullableStringBasics extension
- on
Properties
- isNotNullOrBlank → bool
-
Available on String?, provided by the NullableStringBasics extension
Returnstrue
ifthis
is not null, not empty, and does not consist solely of whitespace characters as defined by String.trim.no setter - isNullOrBlank → bool
-
Available on String?, provided by the NullableStringBasics extension
Returnstrue
ifthis
is null, empty, or consists solely of whitespace characters as defined by String.trim.no setter