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