menu
hubble_core package
documentation
utils/string/formatters.dart
CustomStringUtils
replaceIfEmpty method
replaceIfEmpty method
dark_mode
light_mode
replaceIfEmpty
method
String
replaceIfEmpty
(
String
replacement
)
Implementation
String replaceIfEmpty(String replacement) { if (isNotEmpty) return this; return replacement; }
hubble_core package
documentation
utils/string/formatters
CustomStringUtils
replaceIfEmpty method
CustomStringUtils extension on
String