isFinite property Null safety
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;
Whether the number is finite.
The only non-finite numbers are NaN, positive infinity, and negative infinity. All integers are finite.
bool get isFinite;