currencies property

List<String> currencies
getter/setter pair

Get all supported currencies

Implementation

static List<String> currencies = [
  "gbp",
  "usd",
  "vnd",
  "thb",
  "twd",
  "eur",
  "myr",
  "jpy",
  "aud",
  "cny",
  "cad",
  "inr",
  "idr",
  "sgd",
  "zar",
  "pkr",
];