monthName property
String
get
monthName
Gets the full name of the month.
Implementation
String get monthName => locale.months[month - 1];
Gets the full name of the month.
String get monthName => locale.months[month - 1];