menu
flutter_smart package
documentation
extension/extension_double.dart
ExtensionDouble
isNull method
isNull method
dark_mode
light_mode
isNull
method
bool
isNull
(
)
判断是否为 null
Implementation
bool isNull() => this == null;
flutter_smart package
documentation
extension/extension_double
ExtensionDouble
isNull method
ExtensionDouble extension on
double
?