abs method

Decimal abs()

Returns the absolute value of this.

Implementation

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