idWdNames top-level constant

Map<int, String> const idWdNames

Implementation

const Map<int, String> idWdNames = {
  7: "MINGGU",
  1: "SENIN",
  2: "SELASA",
  3: "RABU",
  4: "KAMIS",
  5: "JUMAT",
  6: "SABTU"
};