monthFormat top-level property

Map<MonthFormats, String> monthFormat
final

Implementation

final monthFormat = const {
  MonthFormats.FULL: 'MMMM y',
  MonthFormats.SHORT: 'MMM y',
  MonthFormats.MONTH_ONLY: 'MMMM',
};