getLongMonthName method

String getLongMonthName()

Implementation

String getLongMonthName() {
  return _local[language]!['long']![hMonth]!;
}