menu
flutter_util_code package
documentation
null_safety_utils.dart
BoolNullSafety
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
BoolNullSafety
isNull property
BoolNullSafety extension on
bool
?