stopwatchInHours property

int stopwatchInHours

Returns the time that the stopwatch has recorded as elapsed in hours.

Implementation

int get stopwatchInHours {
  var value = (stopwatchValue).inHours;
  return value;
}