shortWdNames top-level constant

Map<int, String> const shortWdNames

Implementation

const Map<int, String> shortWdNames = {
  7: "Sun",
  1: "Mon",
  2: "Tue",
  3: "Wed",
  4: "Thu",
  5: "Fri",
  6: "Sat"
};