isNaN property

  1. @override
bool isNaN
override

Always returns false as the value in the real dimension is 0. To find whether the imaginary component is NaN use value.isNaN.

Implementation

@override
bool get isNaN => false;