toDateTimeString method
Implementation
String toDateTimeString() {
if (this != null) {
return DateFormat('dd/MM/yyyy HH:mm').format(this!);
}
return '';
}
String toDateTimeString() {
if (this != null) {
return DateFormat('dd/MM/yyyy HH:mm').format(this!);
}
return '';
}