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