monthName property

String get monthName

Gets month name (January, February, etc.)

Implementation

String get monthName => DateFormat('MMMM').format(this);