menu
getxify 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
(
Object
?
value
)
Checks if data is null.
Implementation
static bool isNull(Object? value) => value == null;
getxify package
documentation
get_utils/src/get_utils/get_utils
GetUtils
isNull static method
GetUtils class