toDecimal method

Decimal toDecimal()

This int as a Decimal.

Implementation

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