weekdayShort top-level constant

List<String> const weekdayShort

Implementation

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