formatDateDash property

String get formatDateDash

Formats date to dd-MM-yyyy

Implementation

String get formatDateDash => DateFormat('dd-MM-yyyy').format(this);