static setCurrencyFormatter(String? currency, String? locale) => _currencyFormatter = NumberFormat.currency(locale: locale, name: '$currency\u{0020}');