firset commit
This commit is contained in:
8
lib/common/utils/func_tools.dart
Normal file
8
lib/common/utils/func_tools.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
bool isEmptyString(String? str) {
|
||||
if (str == null || str.isEmpty) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user