toDateString method

String toDateString()

Implementation

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