isFinite property Null safety

bool isFinite

Whether the number is finite.

The only non-finite numbers are NaN, positive infinity, and negative infinity. All integers are finite.

Implementation

bool get isFinite;