menu
epos_frontend_shared package
documentation
utils/extension/string_extensions.dart
StringExtension
nullIfEmpty property
nullIfEmpty property
dark_mode
light_mode
nullIfEmpty
property
String
?
get
nullIfEmpty
Implementation
String? get nullIfEmpty => isNullOrEmpty ? null : this;
epos_frontend_shared package
documentation
utils/extension/string_extensions
StringExtension
nullIfEmpty property
StringExtension extension on
String
?