StringX extension
String null-safety helpers
- on
Properties
- isNullOrBlank → bool
-
Available on String?, provided by the StringX extension
Returns true if string is null or blank (empty or only whitespace)no setter - isNullOrEmpty → bool
-
Available on String?, provided by the StringX extension
Returns true if string is null or emptyno setter