monthsShort property

List<String> monthsShort
final

Implementation

final List<String> monthsShort = const [
  'Janv.',
  'Févr',
  'Mars',
  'Avr.',
  'Mai',
  'Juin',
  'Juill.',
  'Août',
  'Sep.',
  'Oct.',
  'Nov.',
  'Déc.'
];