menu
appwheel_flutter package
documentation
util/aw_common_util.dart
AWCommonUtil
strNotEmpty static method
strNotEmpty static method
dark_mode
light_mode
strNotEmpty
static method
bool
strNotEmpty
(
String
?
str
)
Implementation
static bool strNotEmpty(String? str){ return str !=null && str.length > 0; }
appwheel_flutter package
documentation
util/aw_common_util
AWCommonUtil
strNotEmpty static method
AWCommonUtil class