isNaN property

ValueCell<bool> get isNaN

Implementation

ValueCell<bool> get isNaN => apply((value) => value.isNaN);