duration property

Duration get duration

Implementation

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