menu
flutter_util_code package
documentation
null_safety_utils.dart
DoubleNullSafety
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
DoubleNullSafety
isNotNull property
DoubleNullSafety extension on
double
?