menu
form_gen package
documentation
annotations/validations.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) => str == null || str.length == 0;
form_gen package
documentation
annotations/validations
isNull function
validations library