urMonthNames top-level constant

Map<int, String> const urMonthNames

Implementation

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