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