StringNullableExt extension
Extension on nullable String to safely fallback to an empty string.
- on
Methods
-
orEmpty(
) → String -
Available on String?, provided by the StringNullableExt extension
Returns the string or an empty string ifnull
.