menu
netease_common package
documentation
netease_common.dart
StringX2
ifEmpty method
ifEmpty method
dark_mode
light_mode
ifEmpty
method
String
ifEmpty
(
String
other
)
Implementation
String ifEmpty(String other) { return isNotEmpty ? this! : other; }
netease_common package
documentation
netease_common
StringX2
ifEmpty method
StringX2 extension on
String
?