full method

String full([
  1. String? localeCode
])

e.g. August 8, 2023

Implementation

String full([String? localeCode]) {
  return DateFormat('MMMM d, y', localeCode).format(this);
}