monthsShortEn property

List<String> get monthsShortEn

Implementation

static List<String> get monthsShortEn => [
      'Jan',
      'Feb',
      'Mar',
      'Apr',
      'May',
      'Jun',
      'Jul',
      'Aug',
      'Sep',
      'Oct',
      'Nov',
      'Dec',
    ];