toDashDate property
String
get
toDashDate
Implementation
String get toDashDate => (this == null) ? "" : DateFormat('dd-MM-yyyy').format(this!);
String get toDashDate => (this == null) ? "" : DateFormat('dd-MM-yyyy').format(this!);