isNaN property

bool isNaN

Tests if this complex number is not defined.

Implementation

bool get isNaN => a.isNaN || b.isNaN;