menu
gmana package
documentation
is/is_null.dart
isNull function
isNull function
dark_mode
light_mode
isNull
function
bool
isNull
(
String
?
str
)
check if the string
str
is null
Implementation
bool isNull(String? str) { return str == null || str.isEmpty; }
gmana package
documentation
is/is_null
isNull function
is_null library