TimeOfDayWithSeconds constructor

TimeOfDayWithSeconds({
  1. required int hour,
  2. required int minute,
  3. required int second,
})

Implementation

TimeOfDayWithSeconds(
    {required this.hour, required this.minute, required this.second});