LLL method

String LLL(
  1. BuildContext context
)

Format date with DateFormat.LLL intl format

Implementation

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