menu
jetleaf_lang package
documentation
lang.dart
DynamicExtensions
isNull property
isNull property
dark_mode
light_mode
isNull
property
bool
get
isNull
Checks if the value is null.
Implementation
bool get isNull => this == null;
jetleaf_lang package
documentation
lang
DynamicExtensions
isNull property
DynamicExtensions extension on dynamic