getEEEE method

String getEEEE(
  1. Locale locale
)

Implementation

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