toTimeOfDay method

TimeOfDay toTimeOfDay()

Implementation

TimeOfDay toTimeOfDay() {
  return TimeOfDay(hour: hour, minute: minute);
}