This website requires JavaScript.
Explore
Help
Register
Sign In
czg_team
/
cashier_reserve_app
Watch
7
Star
0
Fork
You've already forked cashier_reserve_app
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b6cd0d0f2b
cashier_reserve_app
/
lib
/
common
/
utils
/
func_tools.dart
8 lines
110 B
Dart
Raw
Blame
History
bool
isEmptyString
(
String
?
str
)
{
if
(
str
=
=
null
|
|
str
.
isEmpty
)
{
return
true
;
}
return
false
;
}
Reference in New Issue
View Git Blame
Copy Permalink