curDateInWords top-level property

String curDateInWords

Returns the local current date in words (ex. 'January 19, 2019').

Implementation

String get curDateInWords {
  return dateInWords(DateTime.now());
}