NullableString extension
Extension on String? to provide utility methods for null and empty checks.
- on
Properties
- hasContent → bool
-
Available on String?, provided by the NullableString extension
no setter - isNotNullOrEmpty → bool
-
Available on String?, provided by the NullableString extension
no setter - orEmpty → String
-
Available on String?, provided by the NullableString extension
no setter