abs method

ValueCell<num> abs()

Implementation

ValueCell<num> abs() => apply((value) => value.abs());