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