menu
cx_util_code package
documentation
cx_empty_utils.dart
CXEmptyUtils
isNotEmpty static method
isNotEmpty static method
dark_mode
light_mode
isNotEmpty
static method
bool
isNotEmpty
(
Object
?
object
)
Implementation
static bool isNotEmpty(Object? object) { return !isEmpty(object); }
cx_util_code package
documentation
cx_empty_utils
CXEmptyUtils
isNotEmpty static method
CXEmptyUtils class