sign property

ValueCell<num> get sign

Implementation

ValueCell<num> get sign => apply((value) => value.sign);