monthName property
String
get
monthName
Gets month name (January, February, etc.)
Implementation
String get monthName => DateFormat('MMMM').format(this);
Gets month name (January, February, etc.)
String get monthName => DateFormat('MMMM').format(this);