toDecimal method

Decimal toDecimal()

Returns the value as a Decimal

Implementation

Decimal toDecimal() => Decimal.parse(toString());