codes constant

Implementation

static const Map<FPayPalCurrencyCode, String> codes = {
  FPayPalCurrencyCode.aud: "AUD",
  FPayPalCurrencyCode.brl: "BRL",
  FPayPalCurrencyCode.cad: "CAD",
  FPayPalCurrencyCode.cny: "CNY",
  FPayPalCurrencyCode.czk: "CZK",
  FPayPalCurrencyCode.dkk: "DKK",
  FPayPalCurrencyCode.eur: "EUR",
  FPayPalCurrencyCode.hkd: "HKD",
  FPayPalCurrencyCode.huf: "HUF",
  FPayPalCurrencyCode.inr: "INR",
  FPayPalCurrencyCode.ils: "ILS",
  FPayPalCurrencyCode.jpy: "JPY",
  FPayPalCurrencyCode.myr: "MYR",
  FPayPalCurrencyCode.mxn: "MXN",
  FPayPalCurrencyCode.twd: "TWD",
  FPayPalCurrencyCode.nzd: "NZD",
  FPayPalCurrencyCode.nok: "NOK",
  FPayPalCurrencyCode.php: "PHP",
  FPayPalCurrencyCode.pln: "PLN",
  FPayPalCurrencyCode.gbp: "GBP",
  FPayPalCurrencyCode.rub: "RUB",
  FPayPalCurrencyCode.sgd: "SGD",
  FPayPalCurrencyCode.sek: "SEK",
  FPayPalCurrencyCode.chf: "CHF",
  FPayPalCurrencyCode.thb: "THB",
  FPayPalCurrencyCode.usd: "USD"
};