arMonthNames top-level constant

Map<int, String> const arMonthNames

Implementation

const Map<int, String> arMonthNames = {
  1: 'محرم',
  2: 'صفر',
  3: 'ربيع الاول',
  4: 'ربيع الثاني',
  5: 'جمادى الأول',
  6: 'جمادى الثاني',
  7: 'رجب',
  8: 'شعبان',
  9: 'رمضان',
  10: 'شوال',
  11: 'ذو القعدة',
  12: 'ذو الحجة'
};