shortWeekdays constant

List<String> const shortWeekdays

Short version of days of week.

Implementation

static const List<String> shortWeekdays = <String>[
  'Mon',
  'Tue',
  'Wed',
  'Thu',
  'Fri',
  'Sat',
  'Sun',
];