toEEEE method

String toEEEE(
  1. Locale locale
)

Implementation

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