menu
nga_sdk package
documentation
ext.dart
NGAStr
ifEmpty method
ifEmpty method
dark_mode
light_mode
ifEmpty
method
String
ifEmpty
(
String
s
)
Implementation
String ifEmpty(String s) { return this?.isEmpty ?? true ? s : this!; }
nga_sdk package
documentation
ext
NGAStr
ifEmpty method
NGAStr extension on
String
?