TwentyFourHourClockTime constructor

TwentyFourHourClockTime({
  1. String? hour,
  2. String? minute,
})

Implementation

TwentyFourHourClockTime({
  this.hour,
  this.minute,
});