getMonthLongName static method

String? getMonthLongName(
  1. int month
)

Gets the full name of a month.

Implementation

static String? getMonthLongName(int month) => monthLongNames[month];