formatDate method

String formatDate({
  1. String format = 'd MMMM',
})

Implementation

String formatDate({String format = 'd MMMM'}) =>
    DateFormat(format).format(this);