Related: Converting Flutter TimeOfDay to Dart DateTimeIn a related note, if you have a Flutter TimeOfDay variable named tod and want to convert it to a Dart DateTime variable, these approaches work:// you already have some `TimeOfDay tod` // Option 1: if “today” doesn’t matter final ...