toDateStringWithFormatDDMMYYYY property

String get toDateStringWithFormatDDMMYYYY

Implementation

String get toDateStringWithFormatDDMMYYYY {
  DateFormat dateFormat = DateFormat('dd/MM/yyyy');
  return dateFormat.format(this);
}