isInfinite property

bool get isInfinite

Returns true if the value is infinite.

Implementation

bool get isInfinite => _value.isInfinite;