bnWkNames top-level constant

Map<int, String> const bnWkNames

Implementation

const Map<int, String> bnWkNames = {
  7: "রবিবার",
  1: "সোমবার",
  2: "মঙ্গলবার",
  3: "বুধবার",
  4: "বৃহস্পতিবার",
  5: "শুক্রবার",
  6: "শনিবার"
};