arLettersIntKey property

Map<int, String> arLettersIntKey
getter/setter pair

Implementation

Map<int, String> arLettersIntKey = {
  77: "أ",
  78: "ا",
  79: "ب",
  80: "ت",
  81: "ث",
  82: "ج",
  83: "ح",
  84: "خ",
  85: "د",
  86: "ذ",
  87: "ر",
  88: "ز",
  89: "س",
  90: "ش",
  91: "ص",
  92: "ض",
  93: "ط",
  94: "ظ",
  95: "ع",
  96: "غ",
  97: "ف",
  98: "ق",
  99: "ك",
  100: "ل",
  101: "م",
  102: "ن",
  103: "ه",
  104: "و",
  105: "ي",
  106: "ة",
  107: "ى",
  108: "ؤ",
  109: "ئ",
  110: "إ",
  111: "ء",
};