menu
amc_nas_lib package
documentation
client/utils/string_utils.dart
StringUtils
isNullOrEmpty static method
isNullOrEmpty static method
dark_mode
light_mode
isNullOrEmpty
static method
bool
isNullOrEmpty
(
String
?
str
)
Implementation
static bool isNullOrEmpty(String? str) { return str == null || str.isEmpty; }
amc_nas_lib package
documentation
client/utils/string_utils
StringUtils
isNullOrEmpty static method
StringUtils class