menu
brickwork package
documentation
core/utils/common_functions.dart
isNull function
isNull function
dark_mode
light_mode
isNull
function
bool
isNull
(
dynamic
value
)
Implementation
bool isNull(dynamic value) => value == null;
brickwork package
documentation
core/utils/common_functions
isNull function
common_functions library