months property

List<String> get months

Gets the list of month names.

Implementation

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