isFinite property

bool get isFinite

Returns true if the value is finite.

Implementation

bool get isFinite => _value.isFinite;