monthName property

String get monthName

Gets the full name of the month.

Implementation

String get monthName => locale.months[month - 1];