menu
flutter_util_code package
documentation
null_safety_utils.dart
DoubleNullSafety
isNull property
isNull property
dark_mode
light_mode
isNull
property
bool
get
isNull
判断是否为空
Implementation
bool get isNull => this == null;
flutter_util_code package
documentation
null_safety_utils
DoubleNullSafety
isNull property
DoubleNullSafety extension on
double
?