toSlashDate property

String get toSlashDate

Implementation

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