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