abs method

Decimal abs()

Returns the absolute value of this.

Implementation

Decimal abs() => Decimal._(_value.abs(), _scale);