format number with intl decimalPattern format
String decimalPattern([String? locale]) { if (this == null) return ''; return NumberFormat.decimalPattern(locale).format(this!); }