filWkNames top-level constant

Map<int, String> const filWkNames

Implementation

const Map<int, String> filWkNames = {
  7: "Linggo",
  1: "Lunes",
  2: "Martes",
  3: "Miyerkules",
  4: "Huwebes",
  5: "Biyernes",
  6: "Sabado"
};