isInfinite property

  1. @override
bool isInfinite
override

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

Implementation

@override
bool get isInfinite => false;