shortDayNames property

Map shortDayNames
getter/setter pair

Implementation

static Map shortDayNames = const {
  'en': {
    CalendarType.JALALI: ['Sa', 'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr'],
    CalendarType.GREGORIAN: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa']
  }
};