const TimeOfDay.pm({ required int hour, required this.minute, this.second = 0, }) : hour = hour + 12;