getMonths method

Map<int, String> getMonths()

Implementation

Map<int, String> getMonths() {
  return _local[language]!['long']!;
}