monthsShort property

List<String> get monthsShort

Gets the list of short month names.

Implementation

List<String> get monthsShort => List.unmodifiable(_locale.monthsShort);