menu
get package
documentation
get_utils/src/get_utils/get_utils.dart
GetUtils
isNull static method
isNull static method
dark_mode
light_mode
isNull
static method
bool
isNull
(
dynamic
value
)
Checks if data is null.
Implementation
static
bool
isNull(
dynamic
value) => value ==
null
;
get package
documentation
get_utils/src/get_utils/get_utils
GetUtils
isNull static method
GetUtils class