menu
stormy_kit package
documentation
utils/extension/null_safety_utils.dart
IntNullSafety
isNotNull property
isNotNull property
dark_mode
light_mode
isNotNull
property
bool
get
isNotNull
判断是否不为空
Implementation
bool get isNotNull => !isNull;
stormy_kit package
documentation
utils/extension/null_safety_utils
IntNullSafety
isNotNull property
IntNullSafety extension on
int
?