menu
refreshed 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(value) => value == null;
refreshed package
documentation
get_utils/src/get_utils/get_utils
GetUtils
isNull static method
GetUtils class