menu
jetleaf_lang package
documentation
lang.dart
Double
isNaN property
isNaN property
dark_mode
light_mode
isNaN
property
bool
get
isNaN
Returns true if the value is NaN.
Implementation
bool get isNaN => _value.isNaN;
jetleaf_lang package
documentation
lang
Double
isNaN property
Double class