formatAsLLL method

String formatAsLLL([
  1. String? locale
])

Formats the DateTime object using the LLL format and optional locale.

Implementation

String formatAsLLL([String? locale]) => DateFormat.LLL(locale).format(this);