formatDate property

String get formatDate

Formats date to dd/MM/yyyy

Implementation

String get formatDate => DateFormat('dd/MM/yyyy').format(this);