String toPercentage({String pattern = '#,##0', String? locale}) { return NumberFormat(pattern, locale).format(this) + '%'; }