menu
hora package
documentation
plugins.dart
LocaleData
months property
months property
dark_mode
light_mode
months
property
List
<
String
>
get
months
Gets the list of month names.
Implementation
List<String> get months => List.unmodifiable(_locale.months);
hora package
documentation
plugins
LocaleData
months property
LocaleData class