formatDDMMYYYY property

String formatDDMMYYYY

Implementation

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