en top-level constant

Map<String, String> const en

Implementation

const Map<String, String> en = {
  "morning": "Morning",
  "afternoon": "Afternoon",
  "evening": "Evening",
  "night": "Night",
};