abs method

Double abs()

Returns the absolute value of this Double.

Implementation

Double abs() => Double(_value.abs());