LLLL method

String LLLL(
  1. BuildContext context
)

Format date with DateFormat.LLLL intl format

Implementation

String LLLL(BuildContext context) =>
    _format(context, (locale) => DateFormat.LLLL(locale));