arabicCurrencies property

List<Currency> get arabicCurrencies

Get all Arabic currencies

Implementation

static List<Currency> get arabicCurrencies => [
      SAR,
      AED,
      KWD,
      QAR,
      OMR,
      BHD,
      EGP,
      SYP,
      JOD,
      LBP,
      IQD,
      YER,
      LYD,
      TND,
      DZD,
      MAD,
      SDG,
      SOS,
      MRU,
      DJF,
      KMF
    ];