toMedium method

String? toMedium()

Implementation

String? toMedium() {
  return DateFormat.yMMMMd().format(this);
}