String formattedDateTime({String format = 'dd/MM/yyyy HH:mm'}) { return DateFormat(format).format(this); }