isFinite property

ValueCell<bool> get isFinite

Implementation

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