Time constructor

const Time(
  1. int hour,
  2. int minute
)

Constructor for the class

Implementation

const Time(int hour, int minute) : super(hour: hour, minute: minute);