NullableStringHelperExtension extension
- on
Methods
-
haveContent(
) → bool -
Available on String?, provided by the NullableStringHelperExtension extension
// DO THIS: return this != null && this!.isNotEmpty;
Available on String?, provided by the NullableStringHelperExtension extension
// DO THIS:
return this != null && this!.isNotEmpty;