toDecimal method

Decimal toDecimal()

Parse num string to exactly Decimal.

Implementation

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