formatStringDate property

String get formatStringDate

Implementation

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