MMMM property

String MMMM

Returns the month. Example: September

Implementation

// ignore: non_constant_identifier_names
String get MMMM => _defaultDisplay.MMMM(dateTime);