xbaCurrencyTranslations top-level constant

List<TranslatedName> const xbaCurrencyTranslations

Provides 1 translations for a European Composite Unit currency:

  • English.

Implementation

const xbaCurrencyTranslations = [
  TranslatedName(LangEng(), name: "European Composite Unit"),
];