toDateMonthYear property

String get toDateMonthYear

Implementation

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