menu
dreamic package
documentation
utils/string_helpers.dart
StringX2
orFillerIfNull method
orFillerIfNull method
dark_mode
light_mode
orFillerIfNull
method
String
orFillerIfNull
(
)
Implementation
String orFillerIfNull() { if (this?.isEmpty ?? true) { return '?????'; } return this!; }
dreamic package
documentation
utils/string_helpers
StringX2
orFillerIfNull method
StringX2 extension on
String
?