duration property

Duration duration

Implementation

Duration get duration {
  return Duration(hours: hour, minutes: minute);
}