daysShort property

List<String> daysShort
final

Implementation

final List<String> daysShort = const [
  'Пн',
  'Вт',
  'Ср',
  'Чт',
  'Пт',
  'Сб',
  'Вс'
];