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(final String s) => this?.isEmpty ?? true ? s : this!;
nga_sdk package
documentation
ext
NGAStr
ifEmpty method
NGAStr extension on
String
?