monthName property

String? monthName

Month name

Implementation

String? get monthName {
  return format('MMMM');
}