toDecimal method

String toDecimal()

Convert number to decimal

Implementation

String toDecimal() => NumberFormatter.decimal.format(this);