daysShort property

List<String> daysShort
final

Implementation

final List<String> daysShort = const [
  'Lun',
  'Mar',
  'Mer',
  'Gio',
  'Ven',
  'Sab',
  'Dom'
];