toDecimal method

Decimal toDecimal()

This BigInt as a Decimal.

Implementation

Decimal toDecimal() => Decimal.fromBigInt(this);