isInfinite property

bool isInfinite

Tests if this complex number is infinite.

Implementation

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