isFinite property Null safety
True if the number is finite; otherwise, false.
The only non-finite numbers are NaN, positive infinity, and negative infinity.
Implementation
bool get isFinite;
True if the number is finite; otherwise, false.
The only non-finite numbers are NaN, positive infinity, and negative infinity.
bool get isFinite;