menu
sunny_sdk_core package
documentation
model_exports.dart
StringNullableXX
ifBlank method
ifBlank method
dark_mode
light_mode
ifBlank
method
String
ifBlank
(
String
other
)
Implementation
String ifBlank(String other) { return this.isNullOrBlank ? other : this!; }
sunny_sdk_core package
documentation
model_exports
StringNullableXX
ifBlank method
StringNullableXX extension on
String
?