inverse property

Decimal inverse

Implementation

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