menu
mono_kit package
documentation
extensions/string.dart
StringEx
nullIfEmpty property
nullIfEmpty property
dark_mode
light_mode
nullIfEmpty
property
String
?
get
nullIfEmpty
Implementation
String? get nullIfEmpty => isNullOrEmpty ? null : this;
mono_kit package
documentation
extensions/string
StringEx
nullIfEmpty property
StringEx extension on
String
?