isInfinite property

ValueCell<bool> get isInfinite

Implementation

ValueCell<bool> get isInfinite => apply((value) => value.isInfinite);