abs method

Decimal abs()

Returns the absolute value of this num.

Implementation

Decimal abs() => Decimal._fromRational(_rational.abs());