isNaN property

  1. @override
bool isNaN
override

True if the number is not a number; otherwise, false.

Implementation

@override
bool get isNaN => value.isNaN;