menu
extension_utils package
documentation
string_utils.dart
StringUtilsNullable
orEmpty property
orEmpty property
dark_mode
light_mode
orEmpty
property
String
get
orEmpty
Returns this string, or
''
if null.
Implementation
String get orEmpty => this ?? '';
extension_utils package
documentation
string_utils
StringUtilsNullable
orEmpty property
StringUtilsNullable extension on
String
?