inverse property

Decimal get inverse

Implementation

Decimal get inverse => Decimal._fromRational(_rational.inverse);