Formats the number as a decimal with the given locale and decimalDigits.
locale
decimalDigits
String formatAsDecimal({String? locale}) { return NumberFormat.decimalPattern(locale).format(this); }