toMonthYear property
String
get
toMonthYear
Implementation
String get toMonthYear => (this == null) ? "" : DateFormat('MMMM, y').format(this!);
String get toMonthYear => (this == null) ? "" : DateFormat('MMMM, y').format(this!);