Time constructor

Time(
  1. int hour,
  2. int minute,
  3. int second
)

Implementation

Time(this.hour, this.minute, this.second);