isFinite property

bool isFinite

Whether this Number represents a finite value.

Implementation

bool get isFinite => !isInfinite;