formatDateDash property
String
get
formatDateDash
Formats date to dd-MM-yyyy
Implementation
String get formatDateDash => DateFormat('dd-MM-yyyy').format(this);
Formats date to dd-MM-yyyy
String get formatDateDash => DateFormat('dd-MM-yyyy').format(this);