ar top-level constant

Map<String, String> const ar

Implementation

const Map<String, String> ar = {
  "morning": "الصباح",
  "afternoon": "بعد الظهر",
  "evening": "المساء",
  "night": "ليل",
};