String? formatDateTime(final DateTime? dateTime) => dateTime?.let((final DateTime it) => format(TimeOfDay.fromDateTime(it)));