daysShort property

List<String> daysShort
final

Implementation

final List<String> daysShort = const [
  'Lu',
  'Ma',
  'Me',
  'Je',
  'Ve',
  'Sa',
  'Di'
];