menu
is_variable_null package
documentation
isnull.dart
Checker
isNull method
isNull method
dark_mode
light_mode
isNull
method
bool
isNull
(
dynamic
value
)
Implementation
bool isNull(dynamic value) { return value == null; }
is_variable_null package
documentation
isnull
Checker
isNull method
Checker class