getMMM method

String getMMM(
  1. Locale locale
)

Implementation

String getMMM(Locale locale) => DateFormat.MMM('${locale.languageCode}_${locale.countryCode}').format(toLocal()).capitalize();