formatAsLLLL method

String formatAsLLLL([
  1. String? locale
])

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

Implementation

String formatAsLLLL([String? locale]) => DateFormat.LLLL(locale).format(this);