Commit code. Update time: 2023-06-25
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class StringUtils {
|
||||
static bool isNullOrEmpty(String? str) {
|
||||
return str == null || str.isEmpty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user