menu
ews package
documentation
misc/StringUtils.dart
StringUtils
IsNullOrEmpty static method
IsNullOrEmpty static method
dark_mode
light_mode
IsNullOrEmpty
static method
bool
IsNullOrEmpty
(
String
?
value
)
Implementation
static bool IsNullOrEmpty(String? value) { return value == null || value.isEmpty; }
ews package
documentation
misc/StringUtils
StringUtils
IsNullOrEmpty static method
StringUtils class