trWkNames top-level constant

Map<int, String> const trWkNames

Implementation

const Map<int, String> trWkNames = {
  7: "Pazar",
  1: "Pazartesi",
  2: "Salı",
  3: "Çarşamba",
  4: "Perşembe",
  5: "Cuma",
  6: "Cumartesi"
};