isFinite property

bool get isFinite

Whether this Number represents a finite value.

Implementation

bool get isFinite => !isInfinite;