getAllCurrencies static method

Map<String, CurrencyInfo> getAllCurrencies()

Get all currencies

Implementation

static Map<String, CurrencyInfo> getAllCurrencies() {
  _initializeDefaultCurrencies();
  return Map.unmodifiable(_currencies);
}