abs method

Returns a cell holding a Duration of the same length as this but positive, see Duration.abs.

Implementation

ValueCell<Duration> abs() => _getProp('abs()', (d) => d.abs());