toMonthYear property

String get toMonthYear

Implementation

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