all constant

List<CurrencyType> const all

All supported currencies

Implementation

static const all = [
  USD,
  EUR,
  GBP,
  INR,
  JPY,
  AUD,
  CAD,
  CNY,
  SGD,
  NZD,
  MXN,
  ZAR,
  TRY,
];