toPercent method

String toPercent()

Convert number to percent

Implementation

String toPercent() => NumberFormatter.percent.format(this);