menu
flutter_easy package
documentation
flutter_easy.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;
flutter_easy package
documentation
flutter_easy
GetUtils
isNull static method
GetUtils class