toMonthDate property

String get toMonthDate

Implementation

String get toMonthDate {
  if (this != null) {
    return DateTime.parse(this!).toMonthDate;
  }
  return "";
}