isFinite property

bool isFinite

Tests if this fraction is finite.

Implementation

bool get isFinite => b != 0;