menu
jetleaf_lang package
documentation
lang.dart
TExtensions<T>
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
TExtensions<T>
isNull property
TExtensions extension on T?