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