hours property

int hours

Duration in hours

Implementation

int get hours {
  return inHours.remainder(60).toInt();
}