isNaN property

bool isNaN

Returns true if this is NaN.

Implementation

bool get isNaN => _realmLib.realm_dart_decimal128_is_nan(_value);