isFinite property
bool
get
isFinite
Whether this Number represents a finite value.
Implementation
bool get isFinite => !isInfinite;
Whether this Number represents a finite value.
bool get isFinite => !isInfinite;