Get Time instance from TimeOfDay
factory Time.fromTimeOfDay(TimeOfDay time) { return Time(time.hour, time.minute); }