menu
flower package
documentation
utils/src/utils/flower_utils.dart
FlowerUtils
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;
flower package
documentation
utils/src/utils/flower_utils
FlowerUtils
isNull static method
FlowerUtils class