formatAsQQQ method

String formatAsQQQ([
  1. String? locale
])

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

Implementation

String formatAsQQQ([String? locale]) => DateFormat.QQQ(locale).format(this);